fixes strutils.unescape; refs #3634

This commit is contained in:
Andreas Rumpf
2016-01-17 21:29:25 +01:00
parent b79a8d6025
commit 2c2ab6884c
3 changed files with 28 additions and 7 deletions

View File

@@ -0,0 +1,18 @@
discard """
output: '''3'''
"""
proc main* =
##[Mutltie akdlsf comment with #[nesting].
Yay, that is so cool.
]##
echo "foo bar"
var foo #[ Test the new inline comments ]#: int = 3
##[ A
novel documentation comment
#[Nesting works to some extend]
##[ Nested doc comment! ]##
]#
]##
echo $foo