From 99aa4bf8950fceb7c73e82be088e5ee5188c9a18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janosch=20Mu=CC=88ller?= Date: Tue, 28 Feb 2023 15:49:45 +0100 Subject: [PATCH] Update comment after b82976b --- spec/scanner/sets_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/scanner/sets_spec.rb b/spec/scanner/sets_spec.rb index 35b0c45..efbd839 100644 --- a/spec/scanner/sets_spec.rb +++ b/spec/scanner/sets_spec.rb @@ -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]