Skip to content

Commit

Permalink
Fix parsing FQ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Nov 17, 2024
1 parent 1de36bc commit 01243b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Refinements-Parsing/FQParser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@ FQParser >> subC [
FQParser >> tag [
^ 'tag' asParser
, Character space asParser
, PPParser decimalNat semicolonSeparated brackets
, ('[' asParser trim, ']' asParser ==> [ :_ | nil ] / PPParser decimalNat semicolonSeparated brackets)
==> [ :x | x third ]
]

0 comments on commit 01243b9

Please sign in to comment.