diff options
Diffstat (limited to 'test/scanners/ruby/strange.in.rb')
-rw-r--r-- | test/scanners/ruby/strange.in.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scanners/ruby/strange.in.rb b/test/scanners/ruby/strange.in.rb index bf57322..1b4ba0e 100644 --- a/test/scanners/ruby/strange.in.rb +++ b/test/scanners/ruby/strange.in.rb @@ -115,6 +115,14 @@ that this
that
+# control and meta
+"\ca" # "
+"\c\3" # "
+"\c"" # "
+"\M-"" # "
+"\C-"" # "
+"\C-\M-\c\M-\C-a" == "\201" # "
+
##################################################################
class NP
def initialize a=@p=[], b=@b=[]; end
|