Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

10
LINES

< > BotCompany Repo | #1003631 // Test isProperlyQuoted

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (1276L/9K/28K).

!752

p {
  assertTrue(isProperlyQuoted("\"\""));
  assertFalse(isProperlyQuoted("\""));
  assertFalse(isProperlyQuoted("\"\'"));
  assertFalse(isProperlyQuoted("\"\\\""));
  assertTrue(isProperlyQuoted("\"\\\"\""));
  print("ok");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003631
Snippet name: Test isProperlyQuoted
Eternal ID of this version: #1003631/1
Text MD5: 6b64bec67d9898ff76b8aea9afb020f5
Transpilation MD5: 9f755f5bba51c4dfd420ab33a2ef9b7a
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-24 13:00:31
Source code size: 244 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 483 / 505
Referenced in: [show references]