react-templates/test/data
ido e9376d990b test fix for #63 2015-09-03 11:01:01 +03:00
..
propTemplates convert 'template' tag to 'rt-template' 2015-08-17 17:39:09 +03:00
className.rt fixed #52 2015-08-02 17:16:55 +03:00
className.rt.html fixed #52 2015-08-02 17:16:55 +03:00
concat.rt change string concat to separate children in the function call, so you don't get [Object object] 2015-02-08 17:26:29 +02:00
concat.rt.html change string concat to separate children in the function call, so you don't get [Object object] 2015-02-08 17:26:29 +02:00
custom-element.rt support custom-elements 2015-01-19 15:29:42 +02:00
custom-element.rt.html support custom-elements 2015-01-19 15:29:42 +02:00
div.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
div.rt.amd.js support named amd module 2015-01-22 16:50:00 +02:00
div.rt.commonjs.js increase test coverage 2015-01-22 18:02:18 +02:00
div.rt.es6.js convert es6 imports without brackets 2015-05-10 17:23:25 +03:00
div.rt.globals.js support named amd module 2015-01-22 16:50:00 +02:00
div.rt.js removed eslint ignores 2014-12-28 11:48:50 +02:00
div.rt.typescript.ts Added TypeScript support via the `--modules typescript` flag 2015-02-17 02:23:08 +01:00
eval.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
eval.rt.html fixed tests 2014-11-27 11:57:45 +02:00
inputs.rt html mode instead of xml, fix problem with inputs and br tags caused by html which is not valid xml 2015-01-11 12:13:01 +02:00
inputs.rt.js html mode instead of xml, fix problem with inputs and br tags caused by html which is not valid xml 2015-01-11 12:13:01 +02:00
invalid-brace.rt better error reporting, added column and enfOffset, deprecated index 2015-02-01 11:50:05 +02:00
invalid-exp.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
invalid-html.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
invalid-js.rt add tests for json output 2015-01-12 15:29:21 +02:00
invalid-lambda.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
invalid-repeat.rt increase test coverage 2015-01-22 18:02:18 +02:00
invalid-rt-require.rt increase test coverage 2015-01-22 18:02:18 +02:00
invalid-scope.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
invalid-single-root.rt increase test coverage 2015-01-22 18:02:18 +02:00
invalid-style.rt better error reporting, added column and enfOffset, deprecated index 2015-02-01 11:50:05 +02:00
js-in-attr.rt fixed js execution context outside of string nodes needs to concat as string 2015-02-09 10:43:55 +02:00
js-in-attr.rt.html fixed js execution context outside of string nodes needs to concat as string 2015-02-09 10:43:55 +02:00
lambda.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
lambda.rt.html Fixed empty lambda expressions 2014-11-13 00:25:12 +02:00
listViewAndCustomTemplate.rt Add support for React Native 2015-08-19 20:20:31 +03:00
listViewAndCustomTemplate.rt.js Add support for React Native 2015-08-19 20:20:31 +03:00
listViewTemplate.rt Add support for React Native 2015-08-19 20:20:31 +03:00
listViewTemplate.rt.js Add support for React Native 2015-08-19 20:20:31 +03:00
nativeView.rt Add support for React Native 2015-08-19 20:20:31 +03:00
nativeView.rt.js Add support for React Native 2015-08-19 20:20:31 +03:00
props-class.rt added better rt-props support use assign instead of merge and merge correctly style and className 2015-02-26 10:48:44 +02:00
props-class.rt.html added better rt-props support use assign instead of merge and merge correctly style and className 2015-02-26 10:48:44 +02:00
props.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
props.rt.html added better rt-props support use assign instead of merge and merge correctly style and className 2015-02-26 10:48:44 +02:00
repeat.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
repeat.rt.js fix test 2015-03-18 13:18:53 +02:00
require.rt replace htmlMode with hard wired list of self closing tags... caused weird problems with rt-require... 2015-01-12 20:08:30 +02:00
require.rt.js change string concat to separate children in the function call, so you don't get [Object object] 2015-02-08 17:26:29 +02:00
rt-class.rt fixed #52 2015-08-02 17:16:55 +03:00
rt-class.rt.html fixed #52 2015-08-02 17:16:55 +03:00
scope-evaluated-after-if.rt fixed #63 2015-09-03 10:53:48 +03:00
scope-evaluated-after-if.rt.html close #62 2015-09-03 10:14:51 +03:00
scope-evaluated-after-repeat.rt close #62 2015-09-03 10:14:51 +03:00
scope-evaluated-after-repeat.rt.html close #62 2015-09-03 10:14:51 +03:00
scope-evaluated-after-repeat2.rt fixed #63 2015-09-03 10:53:48 +03:00
scope-evaluated-after-repeat2.rt.html close #62 2015-09-03 10:14:51 +03:00
scope-obj.rt test fix for #63 2015-09-03 11:01:01 +03:00
scope-obj.rt.html test fix for #63 2015-09-03 11:01:01 +03:00
scope-trailing-semicolon.rt Allow trailing semicolon in rt-scope 2015-07-27 13:57:16 +09:00
scope-trailing-semicolon.rt.html Allow trailing semicolon in rt-scope 2015-07-27 13:57:16 +09:00
scope-variable-references.rt fixed #63 2015-09-03 10:53:48 +03:00
scope-variable-references.rt.html In rt-scope subsequent aliases should be able to reference preceding ones 2015-07-27 15:56:10 +09:00
scope.rt fixed #63 2015-09-03 10:53:48 +03:00
scope.rt.html normalize html before compare in tests whitespace forgiving. 2014-11-11 16:55:32 +02:00
simple.js added jsrt support 2015-03-29 15:55:40 +03:00
simple.jsrt added jsrt support 2015-03-29 15:55:40 +03:00
style.rt support style tags - cheerio parses them as special section in the html 2015-01-19 16:22:42 +02:00
style.rt.html support style tags - cheerio parses them as special section in the html 2015-01-19 16:22:42 +02:00
test.rt moved require to rt-require tag instead of inside of doctype and removed doctype completely 2014-12-11 09:30:27 +02:00
test.rt.js removed eslint ignores 2014-12-28 11:48:50 +02:00