Skip to content

Commit

Permalink
Add a test case for #264
Browse files Browse the repository at this point in the history
This doesn't fix it, just captures the problem
  • Loading branch information
mhansen committed Dec 2, 2022
1 parent 4779a4a commit 86cb4a6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/cases/Issue264.in.hledger
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
2022-08-22 Uber | Auto
Expenses:Transport:Auto ₹220.00
Assets:Cash:INR ₹-220.00
13 changes: 13 additions & 0 deletions tests/cases/Issue264.want
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
2022-08-22 Uber | Auto
^^^^^^^^^^
["constant.other.date"]
^^^^^^^^^^^^
["constant.string.desc"]
Expenses:Transport:Auto ₹220.00
^^^^^^^^^^^^^^^^^^^^^^^
["variable.other.account"]
^
["constant.other.currency"]
Assets:Cash:INR ₹-220.00
^^^^^^^^^^^^^^^
["variable.other.account"]

0 comments on commit 86cb4a6

Please sign in to comment.