-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
71 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
;; this is first comment | ||
|
||
;; this is second comment | ||
;; this is multiline comment | ||
|
||
;; this is one more comment, this does not start at the beginning of the line |
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,35 @@ | ||
{ | ||
"doc_name": "foo", | ||
"items": [ | ||
{ | ||
"span": { | ||
"end": 25, | ||
"start": 0 | ||
}, | ||
"value": "Comment" | ||
}, | ||
{ | ||
"span": { | ||
"end": 52, | ||
"start": 26 | ||
}, | ||
"value": "Comment" | ||
}, | ||
{ | ||
"span": { | ||
"end": 81, | ||
"start": 52 | ||
}, | ||
"value": "Comment" | ||
}, | ||
{ | ||
"span": { | ||
"end": 162, | ||
"start": 84 | ||
}, | ||
"value": "Comment" | ||
} | ||
], | ||
"line_starts": [], | ||
"module_doc": null | ||
} |
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,6 @@ | ||
;; this is a comment | ||
|
||
;-; this is some module doc | ||
;-; multiline module docs! | ||
|
||
;; some more comment |
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,24 @@ | ||
{ | ||
"doc_name": "foo", | ||
"items": [ | ||
{ | ||
"span": { | ||
"end": 21, | ||
"start": 0 | ||
}, | ||
"value": "Comment" | ||
}, | ||
{ | ||
"span": { | ||
"end": 99, | ||
"start": 78 | ||
}, | ||
"value": "Comment" | ||
} | ||
], | ||
"line_starts": [], | ||
"module_doc": { | ||
"end": 77, | ||
"start": 22 | ||
} | ||
} |