Carl Fyffe

Show:

What's happening?

  • Comment: Spaces in key should be allowed

    Here's a test for the Validator: public void testMappingWithStringInKey() throws Exception { _schema = "" + "type: map\n" + "mapping:\n" + " 'foo bar':\n" + " type: str\n"; _valid = "'foo bar': value"; _invalid = "foobar: value"; _error = ":key_undefined : (line 1)[/foobar]...

    2009-09-01 17:44:30 UTC in Kwalify

  • Spaces in key should be allowed

    The parser does not allow spaces in the key foo bar: value is considered invalid. I have updated PlainYamlParser to allow spaces.

    2009-09-01 17:42:50 UTC in Kwalify

About Me

  • 2000-02-20 (10 years ago)
  • 14925
  • sixty4bit (My Site)
  • Carl Fyffe

Send me a message