Skip to content

Commit a9d2fff

Browse files
committed
style: apply formatting
1 parent 7de6915 commit a9d2fff

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/liqe/parse.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,25 +2670,25 @@ test('( foo OR bar AND baz )', testQuery, {
26702670
type: 'ParenthesizedExpression',
26712671
});
26722672

2673-
test("attrs.user-id:12345", testQuery, {
2673+
test('attrs.user-id:12345', testQuery, {
26742674
expression: {
26752675
location: {
26762676
end: 19,
26772677
start: 14,
26782678
},
26792679
quoted: false,
2680-
type: "LiteralExpression",
2681-
value: 12345,
2680+
type: 'LiteralExpression',
2681+
value: 12_345,
26822682
},
26832683
field: {
26842684
location: {
26852685
end: 13,
26862686
start: 0,
26872687
},
2688-
name: "attrs.user-id",
2689-
path: ["attrs", "user-id"],
2688+
name: 'attrs.user-id',
2689+
path: ['attrs', 'user-id'],
26902690
quoted: false,
2691-
type: "Field",
2691+
type: 'Field',
26922692
},
26932693
location: {
26942694
end: 19,
@@ -2699,8 +2699,8 @@ test("attrs.user-id:12345", testQuery, {
26992699
end: 14,
27002700
start: 13,
27012701
},
2702-
operator: ":",
2703-
type: "ComparisonOperator",
2702+
operator: ':',
2703+
type: 'ComparisonOperator',
27042704
},
2705-
type: "Tag",
2705+
type: 'Tag',
27062706
});

0 commit comments

Comments
 (0)