Skip to content

Commit b066e73

Browse files
committed
add test for #23
1 parent c8d7255 commit b066e73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ end
2020
@test tst1[1] == 'a'
2121
@test codeunit(tst1, 1) == UInt8('a')
2222
@test L"foo"[1] == '$'
23-
@test tst1[1:2] == tst1[0x01:0x02] == tst1[[1,2]] == "an"
23+
@test tst1[1:2] == tst1[0x01:0x02] == tst1[[1,2]] == "an"
24+
25+
# issue #23 — will change if #17 is addressed
26+
@test L"x" * L"y" == "\$x\$\$y\$"

0 commit comments

Comments
 (0)