mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-03-15 20:56:07 +01:00
some cleanup
This commit is contained in:
parent
5c6ade6cbb
commit
000f17b97e
6 changed files with 22 additions and 30 deletions
|
|
@ -3,7 +3,7 @@
|
|||
exports[`should tokenize an emtpy function 1`] = `
|
||||
[
|
||||
{
|
||||
"kind": "kw_function",
|
||||
"kind": "function",
|
||||
"span": {
|
||||
"end": 8,
|
||||
"start": 0,
|
||||
|
|
@ -18,31 +18,31 @@ exports[`should tokenize an emtpy function 1`] = `
|
|||
},
|
||||
},
|
||||
{
|
||||
"kind": "p_popen",
|
||||
"kind": "(",
|
||||
"span": {
|
||||
"end": 15,
|
||||
"start": 14,
|
||||
},
|
||||
},
|
||||
{
|
||||
"kind": "p_pclose",
|
||||
"kind": ")",
|
||||
"span": {
|
||||
"end": 16,
|
||||
"start": 15,
|
||||
},
|
||||
},
|
||||
{
|
||||
"kind": "p_bopen",
|
||||
"kind": "=",
|
||||
"span": {
|
||||
"end": 18,
|
||||
"start": 17,
|
||||
},
|
||||
},
|
||||
{
|
||||
"kind": "p_bclose",
|
||||
"kind": ";",
|
||||
"span": {
|
||||
"end": 19,
|
||||
"start": 18,
|
||||
"end": 20,
|
||||
"start": 19,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
@ -59,7 +59,7 @@ exports[`should tokenize hello world 1`] = `
|
|||
},
|
||||
},
|
||||
{
|
||||
"kind": "p_popen",
|
||||
"kind": "(",
|
||||
"span": {
|
||||
"end": 6,
|
||||
"start": 5,
|
||||
|
|
@ -74,7 +74,7 @@ exports[`should tokenize hello world 1`] = `
|
|||
"value": "hello world",
|
||||
},
|
||||
{
|
||||
"kind": "p_pclose",
|
||||
"kind": ")",
|
||||
"span": {
|
||||
"end": 20,
|
||||
"start": 19,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue