diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-08 16:26:51 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2007-07-08 16:26:51 +0000 |
| commit | 266d37d3889d93929f77e825fc288b2b57f1001f (patch) | |
| tree | 99f519f1a9bc28457101609ec1a76f9581b9dc18 /test/language/node.rb | |
| parent | aa741354a75c0d3b4f4b7f37a736a0154d45234c (diff) | |
| download | puppet-266d37d3889d93929f77e825fc288b2b57f1001f.tar.gz puppet-266d37d3889d93929f77e825fc288b2b57f1001f.tar.xz puppet-266d37d3889d93929f77e825fc288b2b57f1001f.zip | |
Applying patch by DavidS from #697 to allow host names to be double quoted
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2656 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/language/node.rb')
| -rwxr-xr-x | test/language/node.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/language/node.rb b/test/language/node.rb index d9661760a..94f5ba39f 100755 --- a/test/language/node.rb +++ b/test/language/node.rb @@ -36,7 +36,6 @@ class TestParser < Test::Unit::TestCase def test_reject_hostname check_nonparseable "host.example.com" check_nonparseable "host@example.com" - check_nonparseable "\"host\"" check_nonparseable "'$foo.example.com'" check_nonparseable "'host1 host2'" check_nonparseable "HOST" |
