Test corner cases of stream aliasing
This commit is contained in:
2
tests/scryer/cli/src_tests/alias_dropped_stream.stdin
Normal file
2
tests/scryer/cli/src_tests/alias_dropped_stream.stdin
Normal file
@@ -0,0 +1,2 @@
|
||||
alias_dropped_stream.
|
||||
halt.
|
||||
1
tests/scryer/cli/src_tests/alias_dropped_stream.stdout
Normal file
1
tests/scryer/cli/src_tests/alias_dropped_stream.stdout
Normal file
@@ -0,0 +1 @@
|
||||
error(existence_error(stream,readme),stream_property/0).
|
||||
2
tests/scryer/cli/src_tests/alias_dropped_stream.toml
Normal file
2
tests/scryer/cli/src_tests/alias_dropped_stream.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Part of issue 2806
|
||||
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]
|
||||
2
tests/scryer/cli/src_tests/realias_user_output.stdin
Normal file
2
tests/scryer/cli/src_tests/realias_user_output.stdin
Normal file
@@ -0,0 +1,2 @@
|
||||
realias_user_output.
|
||||
halt.
|
||||
1
tests/scryer/cli/src_tests/realias_user_output.stdout
Normal file
1
tests/scryer/cli/src_tests/realias_user_output.stdout
Normal file
@@ -0,0 +1 @@
|
||||
true.
|
||||
2
tests/scryer/cli/src_tests/realias_user_output.toml
Normal file
2
tests/scryer/cli/src_tests/realias_user_output.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Part of issue 2806
|
||||
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]
|
||||
1
tests/scryer/cli/src_tests/set_output_alias.stderr
Normal file
1
tests/scryer/cli/src_tests/set_output_alias.stderr
Normal file
@@ -0,0 +1 @@
|
||||
hello true.
|
||||
2
tests/scryer/cli/src_tests/set_output_alias.stdin
Normal file
2
tests/scryer/cli/src_tests/set_output_alias.stdin
Normal file
@@ -0,0 +1,2 @@
|
||||
set_output_alias.
|
||||
halt.
|
||||
2
tests/scryer/cli/src_tests/set_output_alias.toml
Normal file
2
tests/scryer/cli/src_tests/set_output_alias.toml
Normal file
@@ -0,0 +1,2 @@
|
||||
# Part of issue 2806
|
||||
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]
|
||||
Reference in New Issue
Block a user