Skip to content

Commit

Permalink
[Truffle] Some more regexp encoding specs working.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Dec 12, 2014
1 parent 4bd351c commit 7a66d8b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/truffle/tags/language/regexp/encoding_tags.txt
@@ -1,9 +1,4 @@
fails:Regexps with encoding modifiers preserves EUC-JP as /e encoding through interpolation
fails:Regexps with encoding modifiers preserves US-ASCII as /n encoding through interpolation if all chars are 7-bit
fails:Regexps with encoding modifiers preserves ASCII-8BIT as /n encoding through interpolation if all chars are 7-bit
fails:Regexps with encoding modifiers preserves Windows-31J as /s encoding through interpolation
fails:Regexps with encoding modifiers preserves UTF-8 as /u encoding through interpolation
fails:Regexps with encoding modifiers supports /n (No encoding) with interpolation
fails:Regexps with encoding modifiers supports /n (No encoding) with interpolation /o
fails:Regexps with encoding modifiers supports /s (Windows_31J encoding) with interpolation
fails:Regexps with encoding modifiers supports /s (Windows_31J encoding) with interpolation and /o

0 comments on commit 7a66d8b

Please sign in to comment.