From e54bc5f88cd61a28e06301641cc094d24e925646 Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Fri, 12 May 2017 20:30:53 -0700 Subject: [PATCH] [ci skip] Add alacarte usage smoke tests. --- test/smoke/alacarte-property-accessors.html | 57 ++++++++ .../alacarte-property-effects-ordering.html | 129 ++++++++++++++++++ test/smoke/alacarte-property-effects.html | 86 ++++++++++++ test/smoke/alacarte-template-stamp.html | 94 +++++++++++++ 4 files changed, 366 insertions(+) create mode 100644 test/smoke/alacarte-property-accessors.html create mode 100644 test/smoke/alacarte-property-effects-ordering.html create mode 100644 test/smoke/alacarte-property-effects.html create mode 100644 test/smoke/alacarte-template-stamp.html diff --git a/test/smoke/alacarte-property-accessors.html b/test/smoke/alacarte-property-accessors.html new file mode 100644 index 0000000000..4f9cce6136 --- /dev/null +++ b/test/smoke/alacarte-property-accessors.html @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/smoke/alacarte-property-effects-ordering.html b/test/smoke/alacarte-property-effects-ordering.html new file mode 100644 index 0000000000..d88f9f90cb --- /dev/null +++ b/test/smoke/alacarte-property-effects-ordering.html @@ -0,0 +1,129 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/smoke/alacarte-property-effects.html b/test/smoke/alacarte-property-effects.html new file mode 100644 index 0000000000..8e697f4b7a --- /dev/null +++ b/test/smoke/alacarte-property-effects.html @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/test/smoke/alacarte-template-stamp.html b/test/smoke/alacarte-template-stamp.html new file mode 100644 index 0000000000..c8c22cbf13 --- /dev/null +++ b/test/smoke/alacarte-template-stamp.html @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file