Skip to content

Commit c405bef

Browse files
committed
JS: Accept test changes.
1 parent 1a534ab commit c405bef

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

javascript/ql/test/library-tests/Comments/Comments.expected

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,23 @@
55
| comments.js:5:1:5:20 | --> HTML comment end | HTML comment end |
66
| comments.js:7:1:7:9 | /*start*/ | start |
77
| comments.js:7:24:7:30 | /*end*/ | end |
8+
| comments.yml:1:1:1:22 | # leadi ... comment | leading file comment |
9+
| comments.yml:2:5:2:29 | # docum ... comment | document marker comment |
10+
| comments.yml:3:7:3:29 | #commen ... oot key | comment after root key |
11+
| comments.yml:4:3:4:42 | # inden ... roperty | indented comment before first property |
12+
| comments.yml:5:15:5:43 | # comme ... scalar | comment after quoted scalar |
13+
| comments.yml:6:10:6:46 | #commen ... l value | comment after an explicit null value |
14+
| comments.yml:7:9:7:32 | # comme ... ist key | comment after list key |
15+
| comments.yml:8:5:8:34 | # comme ... ce item | comment before sequence item |
16+
| comments.yml:9:13:9:50 | #commen ... mapping | comment after inline sequence mapping |
17+
| comments.yml:10:20:10:47 | # comme ... scalar | comment after plain scalar |
18+
| comments.yml:11:7:11:31 | # comme ... re dash | comment after bare dash |
19+
| comments.yml:12:13:12:51 | # comme ... equence | comment after mapping key in sequence |
20+
| comments.yml:13:21:13:42 | #commen ... boolean | comment after boolean |
21+
| comments.yml:14:27:14:55 | # comme ... equence | comment after flow sequence |
22+
| comments.yml:15:33:15:60 | # comme ... mapping | comment after flow mapping |
23+
| comments.yml:16:55:16:79 | # comme ... ow list | comment after flow list |
24+
| comments.yml:17:12:17:47 | #commen ... header | comment after literal scalar header |
25+
| comments.yml:20:13:20:47 | #commen ... header | comment after folded scalar header |
26+
| comments.yml:23:52:23:85 | # comme ... g value | comment after hash-looking value |
27+
| comments.yml:24:1:24:39 | # comme ... ent end | comment between body and document end |

0 commit comments

Comments
 (0)