We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f139d7 commit 8724662Copy full SHA for 8724662
validation-test/Python/gyb.swift
@@ -0,0 +1,4 @@
1
+// RUN: %{python} -m doctest %S/../../utils/gyb.py
2
+// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --test -DME=Swift | FileCheck %s
3
+// RUN: echo 'Hello ${ME}' | %S/../../utils/gyb --verbose-test -DME=Swift | FileCheck %s
4
+// CHECK: Hello Swift
0 commit comments