Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Jul 22, 2024
1 parent 1dd6b81 commit c81b8c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
scopedName: 0_3_$absolute_filename
ranges: []
- name: $body
scopedName: 12_0_$body
scopedName: 13_0_$body
ranges:
- start:
line: 1
Expand All @@ -29,7 +29,7 @@ variables:
startByte: 15
endByte: 20
- name: $match
scopedName: 12_1_$match
scopedName: 13_1_$match
ranges: []
sourceFile: "`function () { $body }`"
parsedPattern: "[..]"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ variables:
scopedName: 0_3_$absolute_filename
ranges: []
- name: $match
scopedName: 12_0_$match
scopedName: 13_0_$match
ranges: []
- name: $body
scopedName: 13_0_$body
scopedName: 14_0_$body
ranges:
- start:
line: 1
Expand All @@ -32,7 +32,7 @@ variables:
startByte: 32
endByte: 37
- name: $args
scopedName: 13_1_$args
scopedName: 14_1_$args
ranges:
- start:
line: 1
Expand All @@ -43,7 +43,7 @@ variables:
startByte: 23
endByte: 28
- name: $body
scopedName: 14_0_$body
scopedName: 15_0_$body
ranges:
- start:
line: 1
Expand All @@ -54,7 +54,7 @@ variables:
startByte: 63
endByte: 68
- name: $args
scopedName: 14_1_$args
scopedName: 15_1_$args
ranges:
- start:
line: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
scopedName: 0_3_$absolute_filename
ranges: []
- name: $match
scopedName: 13_0_$match
scopedName: 14_0_$match
ranges: []
sourceFile: "engine marzano(0.1)\nlanguage js\n\nfunction adder() js {\n console.log(\"We are in JavaScript now!\");\n return 10 % 3\n}\n\n`x` => adder()"
parsedPattern: "[..]"
Expand Down
4 changes: 2 additions & 2 deletions crates/cli_bin/tests/snapshots/parse__parses_grit_file.snap
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variables:
scopedName: 0_3_$absolute_filename
ranges: []
- name: $msg
scopedName: 12_0_$msg
scopedName: 13_0_$msg
ranges:
- start:
line: 3
Expand All @@ -29,7 +29,7 @@ variables:
startByte: 26
endByte: 30
- name: $match
scopedName: 12_1_$match
scopedName: 13_1_$match
ranges: []
sourceFile: "language js\n\n`console.log($msg)`\n"
parsedPattern: "[..]"
Expand Down

0 comments on commit c81b8c5

Please sign in to comment.