diff options
| author | Alon Levy <alon@pobox.com> | 2014-12-16 17:37:42 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-16 17:37:42 +0200 |
| commit | ade19de410e0a789a921ec1666b278b2a64176d6 (patch) | |
| tree | c4c54b106de93609ca7bb70a20fd4be696715dbe /tests/output | |
| parent | c7d026b1d504323a8c61d51b726e5e8d2337fc4b (diff) | |
moving files around after repository merger
Diffstat (limited to 'tests/output')
| -rw-r--r-- | tests/output/test_analyzer.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_analyzer.js.stdout | 82 | ||||
| -rw-r--r-- | tests/output/test_app.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_app.js.stdout | 1 | ||||
| -rw-r--r-- | tests/output/test_globals.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_globals.js.stdout | 11 | ||||
| -rw-r--r-- | tests/output/test_require_js.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_require_js.js.stdout | 17 | ||||
| -rw-r--r-- | tests/output/test_script_jsdom.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_script_jsdom.js.stdout | 1 | ||||
| -rw-r--r-- | tests/output/test_util.js.stderr | 0 | ||||
| -rw-r--r-- | tests/output/test_util.js.stdout | 0 |
12 files changed, 0 insertions, 112 deletions
diff --git a/tests/output/test_analyzer.js.stderr b/tests/output/test_analyzer.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_analyzer.js.stderr +++ /dev/null diff --git a/tests/output/test_analyzer.js.stdout b/tests/output/test_analyzer.js.stdout deleted file mode 100644 index 7e15edcb..00000000 --- a/tests/output/test_analyzer.js.stdout +++ /dev/null @@ -1,82 +0,0 @@ -addScript: loaded ../src/external/require.js -app: running under node -addScript: loaded ../src/app.js -test harness: starting script loading with requirejs -test harness: main loaded -Rhizi main started -rhizi: init drag-n-drop -analyzing #a hello there #b -not same size: new/old 2 / 0; 1 / 0 -bug: temp node creation on finalize -expected: a,b -got: a|b -expected: a,b,hello there -got: a,b,hello there -digraph { - a; - b; - a -> b [label=hello there]; -} -analyzing #c and #d like #e -not same size: new/old 3 / 0; 3 / 0 -bug: temp node creation on finalize -expected: c,d,e -got: c|d|e -expected: c,e,like,d,e,like -got: c,d,and,d,e,like,c,e,like -digraph { - c; - d; - e; - c -> d [label=and]; - d -> e [label=like]; - c -> e [label=like]; -} -analyzing #f and #g and #h are cool -not same size: new/old 5 / 0; 3 / 0 -bug: temp node creation on finalize -bug: temp node creation on finalize -expected: f,g,h,f and g and h are cool -got: f|g|h|f and g and h are cool -expected: f,f and g and h are cool,,g,f and g and h are cool,,h,f and g and h are cool, -got: f,f and g and h are cool,,g,f and g and h are cool,,h,f and g and h are cool, -digraph { - f; - g; - h; - "f and g and h are cool"; - f -> "f and g and h are cool" [label=]; - g -> "f and g and h are cool" [label=]; - h -> "f and g and h are cool" [label=]; -} -analyzing #i likes #j and #k -not same size: new/old 3 / 0; 3 / 0 -bug: temp node creation on finalize -expected: i,j,k -got: i|j|k -expected: i,j,likes -got: i,j,likes,j,k,and,i,k,likes -digraph { - i; - j; - k; - i -> j [label=likes]; - j -> k [label=and]; - i -> k [label=likes]; -} -analyzing #q likes #r but doesn't like #l -not same size: new/old 4 / 0; 3 / 0 -bug: temp node creation on finalize -expected: q,r,l -got: q|r|l|q likes r but doesn't like l -expected: -got: q,q likes r but doesn't like l,,r,q likes r but doesn't like l,,l,q likes r but doesn't like l, -digraph { - q; - r; - l; - "q likes r but doesn't like l"; - q -> "q likes r but doesn't like l" [label=]; - r -> "q likes r but doesn't like l" [label=]; - l -> "q likes r but doesn't like l" [label=]; -} diff --git a/tests/output/test_app.js.stderr b/tests/output/test_app.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_app.js.stderr +++ /dev/null diff --git a/tests/output/test_app.js.stdout b/tests/output/test_app.js.stdout deleted file mode 100644 index 2d2c7940..00000000 --- a/tests/output/test_app.js.stdout +++ /dev/null @@ -1 +0,0 @@ -test_app: running under node diff --git a/tests/output/test_globals.js.stderr b/tests/output/test_globals.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_globals.js.stderr +++ /dev/null diff --git a/tests/output/test_globals.js.stdout b/tests/output/test_globals.js.stdout deleted file mode 100644 index 9aa7f822..00000000 --- a/tests/output/test_globals.js.stdout +++ /dev/null @@ -1,11 +0,0 @@ -before fields count: 187 -addScript: loaded ../src/external/require.js -app: running under node -addScript: loaded ../src/app.js -test harness: starting script loading with requirejs -test harness: main loaded -Rhizi main started -rhizi: init drag-n-drop -after fields count: 195 -new fields count: 8 -requirejs,require,define,rhizi_require_config,$,jQuery,d3,saveAs diff --git a/tests/output/test_require_js.js.stderr b/tests/output/test_require_js.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_require_js.js.stderr +++ /dev/null diff --git a/tests/output/test_require_js.js.stdout b/tests/output/test_require_js.js.stdout deleted file mode 100644 index 82ea089e..00000000 --- a/tests/output/test_require_js.js.stdout +++ /dev/null @@ -1,17 +0,0 @@ -addScript: loaded ../src/external/require.js -test_app: running under node -addScript: loaded test_app.js -callback after test_app.js loading -{ paths: - { jquery: 'external/jquery', - 'jquery-ui': 'external/jquery-ui', - caret: 'external/caret', - d3: 'external/d3/d3', - autocomplete: 'external/autocomplete', - FileSaver: 'external/FileSaver' }, - baseUrl: '../src/' } -hello from test factory -here we are after test_app prerequisites -42 -Rhizi main started -rhizi: init drag-n-drop diff --git a/tests/output/test_script_jsdom.js.stderr b/tests/output/test_script_jsdom.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_script_jsdom.js.stderr +++ /dev/null diff --git a/tests/output/test_script_jsdom.js.stdout b/tests/output/test_script_jsdom.js.stdout deleted file mode 100644 index 02b09a7b..00000000 --- a/tests/output/test_script_jsdom.js.stdout +++ /dev/null @@ -1 +0,0 @@ -{ foo: 'bar' } diff --git a/tests/output/test_util.js.stderr b/tests/output/test_util.js.stderr deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_util.js.stderr +++ /dev/null diff --git a/tests/output/test_util.js.stdout b/tests/output/test_util.js.stdout deleted file mode 100644 index e69de29b..00000000 --- a/tests/output/test_util.js.stdout +++ /dev/null |
