Fix editor markdown not incrementing in a numbered list #26329
pull-compliance.yml
on: pull_request
files-changed
/
detect
4s
lint-backend
0s
lint-templates
0s
lint-yaml
0s
lint-swagger
0s
lint-spell
16s
lint-go-windows
0s
lint-go-gogit
0s
checks-backend
0s
frontend
1m 10s
backend
0s
docs
0s
actions
0s
Annotations
2 errors and 3 warnings
|
web_src/js/features/comp/EditorMarkdown.test.ts > EditorMarkdown:
web_src/js/features/comp/EditorMarkdown.test.ts#L23
AssertionError: expected '1. a\n2. \n2. b\n3. c' to deeply equal '1. a\n2. \n3. b\n4. c'
- Expected
+ Received
1. a
2.
- 3. b
+ 2. b
- 4. c
+ 3. c
❯ testInput web_src/js/features/comp/EditorMarkdown.test.ts:23:28
❯ web_src/js/features/comp/EditorMarkdown.test.ts:36:3
|
|
frontend
Process completed with exit code 2.
|
|
files-changed / detect
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
lint-spell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
frontend
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|