D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
usr
/
share
/
augeas
/
lenses
/
dist
/
tests
/
Filename :
test_util.aug
back
Copy
module Test_Util = test Util.empty_c_style get "/* */\n" = { } test Util.comment_multiline get "/* comment */\n" = { "#mcomment" { "1" = "comment" } } test Util.comment_multiline get "/*\ncomment\n*/\n" = { "#mcomment" { "1" = "comment" } } test Util.comment_multiline get "/** * Multi line comment * */\n" = { "#mcomment" { "1" = "*" } { "2" = "* Multi line comment" } { "3" = "*" } }