Lines Matching full:space
20 // chainese and english space with length 9
29 let space = "中文-En9+"; variable
30 assert_equal(JSON.stringify(obj, null, space), expected);
34 // chainese and english space with length 10
42 let space = "混合Mixin-12";
43 assert_equal(JSON.stringify(obj, null, space), expected);
47 // chainese and english space with length 11
55 let space = "测试Test-5678";
56 assert_equal(JSON.stringify(obj, null, space), expected);
60 // chainese characters and space
68 let space = "九空格 ";
69 assert_equal(JSON.stringify(obj, null, space), expected);