Skip to content

Commit

Permalink
Update comment after b82976b
Browse files Browse the repository at this point in the history
  • Loading branch information
jaynetics committed Feb 28, 2023
1 parent b82976b commit 99aa4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/scanner/sets_spec.rb
Expand Up @@ -121,7 +121,7 @@
10=> [:set, :close, ']', 11, 12]

# Collations/collating sequences and character equivalents are not enabled
# in Ruby at the moment. If they ever are, enable them in the scanner,
# in Ruby at the moment. If they ever are, revert and uncomment b82976b,
# add them to a new syntax version, and handle them in the parser. Until then,
# expect them to be scanned as regular subsets containing literals.
# include_examples 'scan', /[a[.a-b.]c]/, 2 => [:set, :collation, '[.a-b.]', 2, 9]
Expand Down

0 comments on commit 99aa4bf

Please sign in to comment.