unidiff-comments/_test/comment_with_indent.in.diff
2014-09-16 23:10:07 +07:00

14 lines
163 B
Diff

# ---
#
# Some code goes here:
#
# ```
# if (someCondition) {
# if (anotherOne) {
# // code goes here and should be indented
# }
# }
# ```
#
# ---