You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/__snapshots__/parser.test.ts.snap
+50-1Lines changed: 50 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1
+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
2
2
3
3
exports[`parser should match all AST snapshots: 287.mdx 1`] = `
4
4
{
@@ -36769,6 +36769,55 @@ exports[`parser should match all AST snapshots: 488.mdx 1`] = `
36769
36769
}
36770
36770
`;
36771
36771
36772
+
exports[`parser should match all AST snapshots: 576.mdx 1`] = `
36773
+
{
36774
+
"body": [],
36775
+
"comments": [],
36776
+
"end": 159,
36777
+
"loc": {
36778
+
"end": {
36779
+
"column": 1,
36780
+
"line": 6,
36781
+
"offset": 159,
36782
+
},
36783
+
"start": {
36784
+
"column": 1,
36785
+
"line": 1,
36786
+
"offset": 0,
36787
+
},
36788
+
},
36789
+
"range": [
36790
+
0,
36791
+
159,
36792
+
],
36793
+
"sourceType": undefined,
36794
+
"start": 0,
36795
+
"tokens": [
36796
+
{
36797
+
"end": 143,
36798
+
"loc": {
36799
+
"end": {
36800
+
"column": 30,
36801
+
"line": 5,
36802
+
},
36803
+
"start": {
36804
+
"column": 0,
36805
+
"line": 5,
36806
+
},
36807
+
},
36808
+
"range": [
36809
+
113,
36810
+
143,
36811
+
],
36812
+
"start": 113,
36813
+
"type": "JSXText",
36814
+
"value": "the aggregate amount would be ",
36815
+
},
36816
+
],
36817
+
"type": "Program",
36818
+
}
36819
+
`;
36820
+
36772
36821
exports[`parser should match all AST snapshots: acorn.mdx 1`] = `"Unexpected character \`\\\` (U+005C) in name, expected a name character such as letters, digits, \`$\`, or \`_\`; whitespace before attributes; or the end of the tag"`;
36773
36822
36774
36823
exports[`parser should match all AST snapshots: adjacent.mdx 1`] = `
0 commit comments