Skip to content

Commit 47c0352

Browse files
committedOct 25, 2014
test/pc_rpc: tougher test for string encoding
1 parent 0909c5d commit 47c0352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/pc_rpc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_echo(self):
2121
try:
2222
test_object = [5, 2.1, None, True, False,
2323
{"a": 5, 2: np.linspace(0, 10, 1)},
24-
(4, 5), (10,)]
24+
(4, 5), (10,), "ab\nx\"'"]
2525
time.sleep(.5) # wait for the server to start
2626
remote = pc_rpc.Client(test_address, test_port)
2727
try:

0 commit comments

Comments
 (0)
Please sign in to comment.