regexper-static/spec/parser/javascript
Jeff Avallone 6c9f5d4cb6 Fixing label rendering for repetition
Rendering a text element with a string leads to just a <text/> element.
Rendering with an array leads to <text><tspan/></text>. Decided to use
the latter since it matches with the majority of text rendering
currently in use.
2015-09-03 17:08:20 -04:00
..
any_character_spec.js Adding specs for AnyCharacter node 2014-12-19 21:05:44 -05:00
charset_escape_spec.js Displaying the hex code of escaped characters 2015-01-25 17:44:07 -05:00
charset_range_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
charset_spec.js Updating getBBox and anchor code to improve performance 2015-04-16 17:13:12 -04:00
escape_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
literal_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
match_fragment_spec.js Fixing label rendering for repetition 2015-09-03 17:08:20 -04:00
match_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
node_spec.js Adding documentation and a few tweaks to node.js 2015-04-19 16:40:53 -04:00
parser_state_spec.js Removing use of notify to update progress bar 2015-03-14 14:01:25 -04:00
regexp_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
repeat_any_spec.js Adding specs for the basic repetitions 2014-12-19 20:55:01 -05:00
repeat_optional_spec.js Adding specs for the basic repetitions 2014-12-19 20:55:01 -05:00
repeat_required_spec.js Fixing top-level spec descriptions 2014-12-21 11:24:23 -05:00
repeat_spec.js Moving skip and loop line calculation into Repeat nodes 2015-04-23 20:03:25 -04:00
repeat_spec_spec.js Adding check for out of order numbers 2014-12-20 10:53:01 -05:00
root_spec.js Replacing Q promises with ES6 promises 2015-03-14 17:11:14 -04:00
subexp_spec.js Updating getBBox and anchor code to improve performance 2015-04-16 17:13:12 -04:00