yaml / yaml-spec

YAML Specification
http://yaml.org/spec/
348 stars 53 forks source link

Fix for `c-indentation-indicator` #187

Closed ingydotnet closed 3 years ago

ingydotnet commented 3 years ago

The explicit indentation indicator always meant 1-9.

This fixes a bug based on a faulty interpretation of the 1.2.1 version.

ingydotnet commented 3 years ago

Changed from:

  ns-dec-digit - x30

to the completely straightforward:

  [x31-x39]    # 1-9