Class: Sqlite::InvalidTestParser

Inherits:
Object
  • Object
show all
Includes:
CommonTestParser
Defined in:
lib/parsers/invalid_test_parser.rb

Constant Summary

Constants included from CommonTestParser

CommonTestParser::COMMENT

Instance Attribute Summary

Attributes included from CommonTestParser

#final, #result

Instance Method Summary collapse

Methods included from CommonTestParser

#choose, #initialize

Instance Method Details

#parse(test) ⇒ Object

return

seed: -- NONE,
expected: -- NONE



10
11
12
13
14
15
# File 'lib/parsers/invalid_test_parser.rb', line 10

def parse(test)
  final_parse(test, {
      seed: COMMENT,
      expected: COMMENT
  })
end