Share

Kwalify

Code

Repositories

browse code, statistics cvs -d:pserver:anonymous@kwalify.cvs.sourceforge.net:/cvsroot/kwalify login

cvs -z3 -d:pserver:anonymous@kwalify.cvs.sourceforge.net:/cvsroot/kwalify co -P modulename

Show:

What's happening?

  • Comment: Kwalify::YAML can't parse map of sequences

    I've made a fix for this problem. Not thorough testing but seems to work. --- D:/sdk/kwalify-0.7.1/lib/kwalify/parser/yaml.rb Mon Jan 28 08:57:46 2008 +++ c:/Ruby/lib/ruby/gems/1.8/gems/kwalify-0.7.1/lib/kwalify/parser/yaml.rb Mon Nov 09 14:14:50 2009 @@ -233,11 +233,11 @@ def parse_block_value(level, rule, path, uniq_table, container) skip_spaces_and_comments() ## nil -...

    2009-11-09 13:37:01 UTC by mikaelpahmp

  • 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 by sixty4bit

  • 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 by sixty4bit

Our Numbers