Skip to content
Snippets Groups Projects
Select Git revision
  • master-libyaml-test-suite
  • branch/default default protected
  • release/0.2.5
  • master
  • run-test-suite-2
  • master-2
  • release/test
  • testing
  • run-test-suite
  • perlpunk/fix-tag-chars
  • dist
  • packaging
  • release/0.2.4
  • run-test-suite-code
  • release/0.2.3
  • perlpunk/anchor-chars
  • release-0.1.8
  • run-test-suite-list
  • canonical-code-style
  • issue/10
20 results

libyaml

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Tina Müller (tinita) authored
    See http://yaml.org/spec/1.1/#id907281
    
    The question mark isn't mentioned as something special here, only
    ,[]{}
    
    This commit will allow
    
    [foo?bar]
    [foo ? bar]
    
    The PR does only change the behaviour when the question mark is in the middle or
    at the end of the string, not at the beginning, e.g. [?foo] is handled by
    a different part of the code.
    c09fc691
    History
    Name Last commit Last update