-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #13 tailing comments causing error throwing issue. Get rid of sta…
…ndalone comments group
- Loading branch information
1 parent
13b485f
commit 0360c52
Showing
7 changed files
with
54 additions
and
16 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
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,9 @@ | ||
2000-01-01 open Assets:Cash | ||
2000-01-01 open Expenses:Food | ||
|
||
;; comment OK | ||
2010-01-01 txn "P. Escobar" "White flour" | ||
Assets:Cash 1,000.00 USD | ||
Expenses:Food | ||
|
||
;; this comment blows up |
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,12 @@ | ||
2000-01-01 open Assets:Cash | ||
2000-01-01 open Expenses:Food | ||
|
||
;; comment OK | ||
2010-01-01 txn "P. Escobar" "White flour" | ||
Assets:Cash 1,000.00 USD | ||
Expenses:Food | ||
|
||
;; comment 1 | ||
;; comment 2 | ||
;; comment 3 | ||
;; comment 4 |
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,10 @@ | ||
2000-01-01 open Assets:Cash | ||
2000-01-01 open Expenses:Food | ||
|
||
;; comment OK | ||
|
||
2010-01-01 txn "P. Escobar" "White flour" | ||
Assets:Cash 1000.00 USD | ||
Expenses:Food | ||
|
||
;; this comment blows up |
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,15 @@ | ||
2000-01-01 open Assets:Cash | ||
2000-01-01 open Expenses:Food | ||
|
||
;; comment OK | ||
|
||
2010-01-01 txn "P. Escobar" "White flour" | ||
Assets:Cash 1000.00 USD | ||
Expenses:Food | ||
|
||
;; comment 1 | ||
;; comment 2 | ||
|
||
;; comment 3 | ||
|
||
;; comment 4 |
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