This website works better with JavaScript.
Explore
Help
Sign In
Mirrors
/
yamllint
Watch
1
Star
0
Fork
You've already forked yamllint
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4ae5487e3e
yamllint
/
tests
/
yaml-1.2-spec-examples
/
example-8.5
20 lines
152 B
Groff
Raw
Normal View
History
Unescape
Escape
Tests: Add tests from YAML 1.2 specification Write all examples from http://www.yaml.org/spec/1.2/spec.html in independent files in tests/yaml-1.2-spec-examples; and test them with yamllint.
9 years ago
# Strip
# Comments:
strip: |-
# text
Tests: Remove ghost character from YAML spec example
9 years ago
Tests: Add tests from YAML 1.2 specification Write all examples from http://www.yaml.org/spec/1.2/spec.html in independent files in tests/yaml-1.2-spec-examples; and test them with yamllint.
9 years ago
# Clip
# comments:
clip: |
# text
# Keep
# comments:
keep: |+
# text
# Trail
# comments.