Skip to content

Commit

Permalink
Update cases_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Aug 5, 2024
1 parent 6355e91 commit 5f27698
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions test/cases_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ void main() {
runTestsInDirectory('test/cases/cts');
runTestsInDirectory('test/cases/standard');
runTestsInDirectory('test/cases/extra',
parser: JsonPathParser(functions: [
const Index(),
const IsArray(),
const IsBoolean(),
const IsNumber(),
const IsObject(),
const IsString(),
const Key(),
const Reverse(),
const Siblings(),
const Xor(),
parser: JsonPathParser(functions: const [
Index(),
IsArray(),
IsBoolean(),
IsNumber(),
IsObject(),
IsString(),
Key(),
Reverse(),
Siblings(),
Xor(),
]));
}

0 comments on commit 5f27698

Please sign in to comment.