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.

1  
svoid test_htmlTok() {
2  
  testFunction htmlTok(
3  
    "a <= 0", ll("a <= 0"),
4  
    "a <bla> 0", ll("a ", "<bla>", " 0"),
5  
    "</bla>", ll("", "</bla>", ""),
6  
    "<!---->", ll("<!---->"),
7  
    "<!----><tag>", ll("<!---->", "<tag>", ""),
8  
  );
9  
}

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: 122 / 192
Version history: 5 change(s)
Referenced in: [show references]