Skip to content

Commit

Permalink
Merge pull request #278 from gerlero/files
Browse files Browse the repository at this point in the history
Update parsing
  • Loading branch information
gerlero authored Nov 17, 2024
2 parents 273a5bf + 2f3f805 commit 7b00093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foamlib/_files/_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
Opt,
ParserElement,
ParseResults,
QuotedString,
Regex,
Word,
common,
counted_array,
dbl_quoted_string,
identchars,
printables,
)
Expand Down Expand Up @@ -299,7 +299,7 @@ def _unpack_binary_field(
)
)
)
_TOKEN = QuotedString('"', unquote_results=False) | _IDENTIFIER
_TOKEN = dbl_quoted_string | _IDENTIFIER
DATA = Forward()
KEYWORD = (
_TOKEN
Expand Down

0 comments on commit 7b00093

Please sign in to comment.