Download Jar. Libraryless. Click here for Pure Java version (919L/7K).
1 | !7 |
2 | |
3 | p { |
4 | assertTrue(isProperlyQuoted2([["abc"]])); |
5 | assertTrue(isProperlyQuoted2([[""]])); |
6 | assertTrue(isProperlyQuoted2([["a"]])); |
7 | assertFalse(isProperlyQuoted2([[a"]])); |
8 | assertFalse(isProperlyQuoted2([["a]])); |
9 | assertFalse(isProperlyQuoted2([["a" "b"]])); |
10 | assertFalse(isProperlyQuoted2([[a]])); |
11 | assertFalse(isProperlyQuoted2([[]])); |
12 | assertFalse(isProperlyQuoted2([["a" "b]])); |
13 | assertFalse(isProperlyQuoted2([["a""]])); |
14 | assertTrue(isProperlyQuoted2([["a\""]])); |
15 | assertFalse(isProperlyQuoted2([["a\"]])); |
16 | print("OK"); |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012122 |
Snippet name: | Test isProperlyQuoted2 (OK) |
Eternal ID of this version: | #1012122/2 |
Text MD5: | aa6171076afb751219338563c4b5cb44 |
Transpilation MD5: | fc10b31e55470a51c788330dce6f8aae |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX source code (desktop) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-20 09:56:01 |
Source code size: | 557 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 589 / 1196 |
Version history: | 1 change(s) |
Referenced in: | [show references] |