diff --git a/test/__snapshots__/index.test.ts.snap b/test/__snapshots__/index.test.ts.snap index 72bfd86..65c895a 100644 --- a/test/__snapshots__/index.test.ts.snap +++ b/test/__snapshots__/index.test.ts.snap @@ -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", @@ -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", @@ -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", @@ -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": { @@ -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", @@ -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", @@ -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",