Skip to content
  • Sam Mikes's avatar
    4f9cec2f
    provide fallback parser if YAML not installed · 4f9cec2f
    Sam Mikes authored
    parseTestRecord.py:
    - recover from ImportError when YAML not defined
    - use monkeyYaml as backup
    
    monkeyYaml.py:
    - parser for subset of YAML used in test262 frontmatter
    
    test_monkeyYaml.py:
    - unit tests
    4f9cec2f
    provide fallback parser if YAML not installed
    Sam Mikes authored
    parseTestRecord.py:
    - recover from ImportError when YAML not defined
    - use monkeyYaml as backup
    
    monkeyYaml.py:
    - parser for subset of YAML used in test262 frontmatter
    
    test_monkeyYaml.py:
    - unit tests
Loading