summaryrefslogtreecommitdiff
path: root/test/attribute_list_test.rb
AgeCommit message (Expand)Author
2021-07-31omit_parentheses where possible in test codeDan Allen
2021-06-05consistently use %w to create string arraysDan Allen
2021-05-27use raise instead of fail keyword in test suite [skip ci]Dan Allen
2021-04-30leave empty line after magic comment [skip ci]Dan Allen
2021-04-23resolves #4033 don't assign nil value to named attribute mapped to absent pos...Dan Allen
2021-04-22add negative test to verify that the parser assigns a nil value to an attribu...Dan Allen
2020-11-01add test for block attribute that starts and ends with equals signDan Allen
2020-11-01resolves #3813 preserve blank positional attributes when parsing block attrli...Dan Allen
2019-02-10resolves #3054 never mutate strings; add `frozen_string_literal: true` commen...Dan Allen
2019-02-08resolves #3051 drop the options attributeDan Allen
2019-01-06switch to modern hash syntaxDan Allen
2019-01-06use require_relative instead of modifying $LOAD_PATHDan Allen
2019-01-06remove workarounds for Ruby < 2.3Dan Allen
2018-10-10resolves #2905 only apply subs to node attribute value enclosed in single quo...Dan Allen
2018-07-25move AttributeList tests to dedicated test fileDan Allen