Skip to content

Commit c531e6b

Browse files
committed
updates
Signed-off-by: Mandana Vaziri <[email protected]>
1 parent feb2059 commit c531e6b

File tree

7 files changed

+7
-3
lines changed

7 files changed

+7
-3
lines changed

examples/demo/1-gen-data.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Expected not to type check
12
description: Creating JSON Data
23
defs:
34
data:

examples/hello/hello-type-code.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
# Expected not to type check
22
description: Hello world showing call out to python code
33
text:
44
- lang: python

examples/hello/hello-type-list.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Expected not to type check
12
description: test
23
spec: {"list": {"minItems": 0, "maxItems": 0, "str": {}}}
34
data: ["hello", "world"]

examples/hello/hello-type.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Expected not to type check
12
description: Hello world with type specification
23
text:
34
- def: GEN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The current weather in Yorktown Heights, New York, USA is sunny with a temperature of 13.3°C (55.9°F). The wind is blowing at a speed of 7.6 mph (12.2 kph) from the north (N) direction. The pressure is 1031.0 mb (30.43 inches). The humidity is 42% and the dew point is 3.5°C (38.3°F). The visibility is 16.0 km (9.0 miles). The UV index is 1.3 and the wind gusts are up to 9.3 mph (14.9 kph).
1+
The weather in Yorktown Heights, New York, USA is currently clear with a temperature of 14.3°C (57.7°F). The wind is blowing at a speed of 3.4 mph (5.4 kph) from the west (264 degrees). The pressure is 1023.0 mb (30.21 inches). Humidity is at 51% and the wind chill is 16.2°C (61.2°F). The dew point is 5.5°C (41.9°F) and visibility is 16.0 km (9.0 miles). There is no UV index, precipitation, or gusts reported.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The current weather in Yorktown Heights, New York, USA is sunny with a temperature of 13.3°C (55.9°F). The wind is blowing at a speed of 7.6 mph (12.2 kph) from the north (N) direction. The pressure is 1031.0 mb (30.43 inches). The humidity is 42% and the dew point is 3.5°C (38.3°F). The visibility is 16.0 km (9.0 miles). The UV index is 1.3 and the wind gusts are up to 9.3 mph (14.9 kph).
1+
The weather in Yorktown Heights, New York, USA is currently clear with a temperature of 14.3°C (57.7°F). The wind is blowing at a speed of 3.4 mph (5.4 kph) from the west (264 degrees). The pressure is 1023.0 mb (30.21 inches). Humidity is at 51% and the wind chill is 16.2°C (61.2°F). The dew point is 5.5°C (41.9°F) and visibility is 16.0 km (9.0 miles). There is no UV index, precipitation, or gusts reported.

tests/test_implicit_ignore.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ def do_test(capsys, test):
1111
assert set(warnings) == set(test["warnings"])
1212

1313

14+
1415
def test_strings(capsys):
1516
test = {
1617
"prog": """

0 commit comments

Comments
 (0)