summaryrefslogblamecommitdiff
path: root/test/files/run/bug0325.check
blob: 71d1f3feb5fa4d9955bc2587b0d48a4363e11cc4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                    
RichString split("x]") returned List(a]b) when expecting List(a, b)
RichString split("&&") returned List(a&b) when expecting List(a, b)
RichString split("\x") returned List(a\b) when expecting List(a, b)
RichString split("[x") returned List(a[b) when expecting List(a, b)
RichString split("^x") returned List(a^b) when expecting List(a, b)
RichString split("x-z") returned List(a-b) when expecting List(a, b)

RS split("x]") returned List(a]b) when expecting List(a, b)
RS split("&&") returned List(a&b) when expecting List(a, b)
RS split("\x") returned List(a\b) when expecting List(a, b)
RS split("[x") returned List(a[b) when expecting List(a, b)
RS split("^x") returned List(a^b) when expecting List(a, b)
RS split("x-z") returned List(a-b) when expecting List(a, b)