diff --git a/vendor/github.com/hashicorp/hil/parser/parser.go b/vendor/github.com/hashicorp/hil/parser/parser.go index af1a90e75f..26cc7aaa68 100644 --- a/vendor/github.com/hashicorp/hil/parser/parser.go +++ b/vendor/github.com/hashicorp/hil/parser/parser.go @@ -153,6 +153,9 @@ func (p *parser) parseStringToken(tok *scanner.Token) (string, error) { case 'n': b = '\n' i++ + case '"': + b = '"' + i++ default: return "", Errorf( ast.Pos{ diff --git a/vendor/vendor.json b/vendor/vendor.json index 8ad390d945..5a0e5b4404 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -1426,26 +1426,26 @@ { "checksumSHA1": "/TJCBetWCMVsOpehJzVk3S/xtWM=", "path": "github.com/hashicorp/hil", - "revision": "6861984a28be5acf4e47b5769bc841ec653bf3ba", - "revisionTime": "2016-11-15T22:45:22Z" + "revision": "76d6c606283f17780baaad00df4b6ce8e9fca941", + "revisionTime": "2016-11-20T06:09:40Z" }, { "checksumSHA1": "YPJwewz3dAqEWOGP2qIIWeCufF0=", "path": "github.com/hashicorp/hil/ast", - "revision": "6861984a28be5acf4e47b5769bc841ec653bf3ba", - "revisionTime": "2016-11-15T22:45:22Z" + "revision": "76d6c606283f17780baaad00df4b6ce8e9fca941", + "revisionTime": "2016-11-20T06:09:40Z" }, { - "checksumSHA1": "FlyG9T7bd3jNK6R9XwXSobecVEQ=", + "checksumSHA1": "+mEEIN7pTcda+Vu837rQBkHYzao=", "path": "github.com/hashicorp/hil/parser", - "revision": "6861984a28be5acf4e47b5769bc841ec653bf3ba", - "revisionTime": "2016-11-15T22:45:22Z" + "revision": "76d6c606283f17780baaad00df4b6ce8e9fca941", + "revisionTime": "2016-11-20T06:09:40Z" }, { "checksumSHA1": "2aIAMbqPrE0qyYoJSL6qjVm+Tt0=", "path": "github.com/hashicorp/hil/scanner", - "revision": "6861984a28be5acf4e47b5769bc841ec653bf3ba", - "revisionTime": "2016-11-15T22:45:22Z" + "revision": "76d6c606283f17780baaad00df4b6ce8e9fca941", + "revisionTime": "2016-11-20T06:09:40Z" }, { "path": "github.com/hashicorp/logutils",