hashicorp / hcl2

Former temporary home for experimental new version of HCL
https://github.com/hashicorp/hcl
Mozilla Public License 2.0
373 stars 66 forks source link

Remove incorrect quotes around types in examples #119

Closed backspace closed 4 years ago

backspace commented 4 years ago

When I tried a spec with quoted types, I got this error: A type is required, not string.

Later in the document, the types don’t have quotes, so I figured that’s what’s expected.

codecov-io commented 4 years ago

Codecov Report

Merging #119 into master will increase coverage by 0.01%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #119      +/-   ##
=========================================
+ Coverage   68.98%     69%   +0.01%     
=========================================
  Files          98      98              
  Lines       10324   10324              
=========================================
+ Hits         7122    7124       +2     
+ Misses       2873    2871       -2     
  Partials      329     329
Impacted Files Coverage Δ
hclwrite/native_node_sorter.go 100% <0%> (+25%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 618463a...e3e010f. Read the comment docs.