Add test to check javascript unicode strings.
This commit is contained in:
parent
caa92740d3
commit
04cdde0563
4 changed files with 39 additions and 21 deletions
|
|
@ -0,0 +1,7 @@
|
|||
var str = "olé";
|
||||
|
||||
var copy = javascript_unicode.copy_string(str);
|
||||
|
||||
if (str !== copy) {
|
||||
print("Error: copy is not equal: original="+str+", copy="+copy);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue