Anons79 Mini Shell

Directory : /opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/
Upload File :
Current File : //opt/puppetlabs/puppet/share/augeas/lenses/dist/tests/test_util.aug

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" = "*" }
  }

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]