summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/regex_escape_encoding.txt
blob: 74e1647d675025b7e59364b2337beed657b70159 (plain)
1
2
3
# encoding: US-ASCII
str = "hello \xFC"
str =~ /hello \u{fc}/
6c2f84b14e4e6231'>* test: get rid of warnings.usa 2013-05-24* ext/strscan/strscan.c (strscan_aref): raise error if givennaruse 2013-05-21* ext/strscan/strscan.c (strscan_aref): support named captures.naruse 2012-11-28Added #charpos for multibyte string position.ryan 2010-02-14avoid method redefinition.akr 2009-08-26* ext/strscan/strscan.c (strscan_set_string): set string should not benobu 2009-06-17* ext/strscan/strscan.c (Init_strscan): remove obsoletematz