Uses 3874K of libraries. Click here for Pure Java version (7426L/55K/190K).
1 | !7 |
2 | |
3 | p-subst { |
4 | setConsoleWidth(1000); |
5 | centerHigherConsole(); |
6 | |
7 | for (Snippet s : lastChangedSnippets(20)) { |
8 | new Var<S> msg; |
9 | bool ok = testBracketHygiene(loadSnippetQuietly(s), msg); |
10 | S desc = s.id + " - " + s.title; |
11 | if (ok) |
12 | print("Hygienic. " + desc); |
13 | else |
14 | print("NOT hygienic: " + desc + " - " + msg!); |
15 | } |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 19 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wnsclhtenguj, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1008933 |
Snippet name: | Test bracket hygiene of 20 last changed snippets |
Eternal ID of this version: | #1008933/8 |
Text MD5: | 29db31b3c89533d833dfa9f0c3743530 |
Transpilation MD5: | 2df0621e464ceed36d7f4fcbd25462bf |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 18:12:57 |
Source code size: | 360 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 463 / 1230 |
Version history: | 7 change(s) |
Referenced in: | [show references] |