Skip to content

Commit

Permalink
test: fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
bent10 committed Dec 19, 2023
1 parent 35c2598 commit 571b1e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 3,
"text": "\\"my-id\\"",
"text": ""my-id"",
"toString": [Function],
"type": "StringLiteral",
"value": "my-id",
Expand Down Expand Up @@ -67,7 +67,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 17,
"text": "\\"my-class\\"",
"text": ""my-class"",
"toString": [Function],
"type": "StringLiteral",
"value": "my-class",
Expand Down Expand Up @@ -187,7 +187,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 59,
"text": "\\"3.14\\"",
"text": ""3.14"",
"toString": [Function],
"type": "StringLiteral",
"value": "3.14",
Expand Down Expand Up @@ -227,7 +227,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 74,
"text": "'{\\"key\\":\\"value\\",\\"array\\":[1,2,3]}'",
"text": "'{"key":"value","array":[1,2,3]}'",
"toString": [Function],
"type": "StringLiteral",
"value": {
Expand Down Expand Up @@ -318,7 +318,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 133,
"text": "\\"a=b,c,d,e\\"",
"text": ""a=b,c,d,e"",
"toString": [Function],
"type": "StringLiteral",
"value": "a=b,c,d,e",
Expand Down Expand Up @@ -398,7 +398,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 172,
"text": "\\"false\\"",
"text": ""false"",
"toString": [Function],
"type": "StringLiteral",
"value": "false",
Expand Down Expand Up @@ -438,7 +438,7 @@ exports[`should parse attributes into key-value pairs 1`] = `
"line": 1,
"lineBreaks": 0,
"offset": 189,
"text": "\\"disabled\\"",
"text": ""disabled"",
"toString": [Function],
"type": "StringLiteral",
"value": "disabled",
Expand Down

0 comments on commit 571b1e5

Please sign in to comment.