forked from XAMPPRocky/tokei
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tests for j programming language
- Loading branch information
1 parent
15e3b4e
commit 6ee7ac7
Showing
2 changed files
with
34 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
NB. 27 lines 14 code 7 comments 6 blanks | ||
|
||
foo=: 5 NB. uncounted comment | ||
|
||
NB. single line comment | ||
bar=: 'A string with ''quotes''' | ||
|
||
ed=: 0 : 0 | ||
explicit defined string | ||
) | ||
|
||
ed2=: 0 :0 | ||
explicit defined string in formated code | ||
) | ||
|
||
dd1=: {{)n | ||
explicit defined string using direct definitions | ||
}} | ||
|
||
Note Some | ||
multi | ||
line | ||
comment | ||
) | ||
dd2=: {{)n | ||
if the `}}` is not in the first column | ||
}} |