Libraryless. Click here for Pure Java version (4176L/24K).
svoid assertJavaSourceEqualsVerbose(S msg default "", S src, LS tok) { // \n for better printing assertEqualsVerboseUnder(msg, (IF1<S>) s -> "\n" + tok_javaStandardSpaces(s), src, join(tok)); }
Began life as a copy of #1027849
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031313 | 
| Snippet name: | assertJavaSourceEqualsVerbose | 
| Eternal ID of this version: | #1031313/11 | 
| Text MD5: | 9e6ba7ca338b317d4f33a53546fd5927 | 
| Transpilation MD5: | 6739cd92b57bd0a43777a2bedb1528e8 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-11 10:26:14 | 
| Source code size: | 200 bytes / 4 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 419 / 555 | 
| Version history: | 10 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033010 - assertJavaSourceEqualsVerbose_v2 |