-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from giacomocavalieri/perf-optimisation
Improve gsv performance
- Loading branch information
Showing
13 changed files
with
766 additions
and
582 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
version: 1.2.3 | ||
title: double quote in middle of field | ||
file: ./test/gsv_test.gleam | ||
test_name: double_quote_in_middle_of_field_test | ||
--- | ||
field,other"field | ||
┬ | ||
╰─ This is an unescaped double quote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
version: 1.2.3 | ||
title: unclosed escaped field | ||
file: ./test/gsv_test.gleam | ||
test_name: unclosed_escaped_field_test | ||
--- | ||
"closed","unclosed | ||
┬ | ||
╰─ This escaped field is not closed |
9 changes: 9 additions & 0 deletions
9
birdie_snapshots/unescaped_double_quote_in_escaped_field.accepted
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
version: 1.2.3 | ||
title: unescaped double quote in escaped field | ||
file: ./test/gsv_test.gleam | ||
test_name: unescaped_double_quote_in_escaped_field_test | ||
--- | ||
"unescaped double quote -> " in escaped field" | ||
┬ | ||
╰─ This is an unescaped double quote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.