Skip to content
This repository was archived by the owner on Feb 3, 2021. It is now read-only.

Commit 7289344

Browse files
committed
add new tests files that we pass.
1 parent ddfcad8 commit 7289344

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

t/spectest.data

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ integration/99problems-01-to-10.t
22
integration/99problems-21-to-30.t
33
integration/99problems-41-to-50.t
44
integration/99problems-61-to-70.t
5+
integration/advent2009-day01.t
56
integration/advent2009-day03.t
67
integration/advent2009-day04.t
78
integration/advent2009-day07.t
@@ -17,6 +18,7 @@ integration/lexicals-and-attributes.t
1718
integration/method-calls-and-instantiation.t
1819
integration/no-indirect-new.t
1920
integration/packages.t
21+
integration/pair-in-array.t
2022
integration/passing-pair-class-to-sub.t
2123
integration/real-strings.t
2224
integration/role-composition-vs-attribute.t
@@ -29,6 +31,7 @@ S01-perl-5-integration/roundtrip.t
2931
S01-perl-5-integration/strings.t
3032
S01-perl-5-integration/subs.t
3133
S02-lexical-conventions/begin_end_pod.t
34+
S02-lexical-conventions/bom.t
3235
S02-lexical-conventions/end-pod.t
3336
S02-lexical-conventions/minimal-whitespace.t
3437
S02-lexical-conventions/sub-block-parsing.t
@@ -150,6 +153,7 @@ S04-phasers/check.t
150153
S04-phasers/descending-order.t
151154
S04-phasers/end.t
152155
S04-phasers/enter-leave.t
156+
S04-phasers/eval-in-begin.t
153157
S04-phasers/exit-in-begin.t
154158
S04-phasers/first.t
155159
S04-phasers/init.t
@@ -219,8 +223,8 @@ S06-advanced/return_function.t
219223
S06-advanced/return.t
220224
S06-currying/mixed.t
221225
S06-currying/named.t
222-
S06-macros/macros-d1.t
223226
S06-macros/postfix.t
227+
S06-macros/quasi-blocks.t
224228
S06-macros/returning-closure.t
225229
S06-macros/returning-string.t
226230
S06-multi/syntax.t
@@ -281,6 +285,7 @@ S12-methods/class-and-instance.t
281285
S12-methods/default-trait.t
282286
S12-methods/how.t
283287
S12-methods/method-vs-sub.t
288+
S12-methods/qualified.t
284289
S12-methods/submethods.t
285290
S12-methods/topic.t
286291
S12-methods/typed-attributes.t
@@ -304,6 +309,7 @@ S17-async/async.t
304309
S17-async/contend.t
305310
S19-command-line-options/01-multiple-e.t
306311
S24-testing/0-compile.t
312+
S24-testing/1-basic.t
307313
S24-testing/4-version_lt.t
308314
S24-testing/5-todo.t
309315
S28-named-variables/inc.t

0 commit comments

Comments
 (0)