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

9
LINES

< > BotCompany Repo | #1030280 // test_htmlTok (OK)

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (2697L) is out of date.

svoid test_htmlTok() {
  testFunction htmlTok(
    "a <= 0", ll("a <= 0"),
    "a <bla> 0", ll("a ", "<bla>", " 0"),
    "</bla>", ll("", "</bla>", ""),
    "<!---->", ll("<!---->"),
    "<!----><tag>", ll("<!---->", "<tag>", ""),
  );
}

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030280
Snippet name: test_htmlTok (OK)
Eternal ID of this version: #1030280/6
Text MD5: 5305003d26b21c5c7ffb24cce8eb0aa1
Author: stefan
Category: javax / html parsing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-24 20:29:44
Source code size: 245 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 115 / 184
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)