Mark Olesen
5d29b49811
BUG: UOPstream indexes out of bounds after whitespace stripping ( fixes #134 )
...
- only affects transfer of C-style string with a single character
remaining after whitespace stripping. Test added into Test-parallel.
- Note some idiosyncrasies in the behaviour:
send | receives
-------------------------+-------------------------
string("a b c") | string "a b c"
string("a") | string "a"
"a b c" | word "abc"
'd' | char 'd'
"d" | char 'd'
"d " | char 'd'
2016-06-02 09:45:04 +02:00
..
2016-04-25 16:46:56 +01:00
2016-04-25 11:40:48 +01:00
2016-02-15 18:30:24 +00:00
2016-04-25 11:40:48 +01:00
2016-04-28 14:17:06 +01:00
2016-04-25 16:46:56 +01:00
2016-02-29 18:33:54 +00:00
2016-04-25 11:40:48 +01:00
2016-04-28 14:17:06 +01:00
2016-03-22 17:46:52 +00:00
2016-04-28 14:17:06 +01:00
2016-04-28 14:17:06 +01:00
2016-02-29 15:42:03 +00:00
2016-04-28 14:17:06 +01:00
2016-05-18 14:14:41 +01:00
2016-04-28 14:17:06 +01:00
2016-03-22 14:13:48 +00:00
2016-06-02 09:45:04 +02:00
2016-04-25 11:40:48 +01:00
2016-05-05 11:22:22 +01:00
2016-04-28 14:17:06 +01:00
2016-04-16 13:26:41 +01:00
2016-02-26 17:31:28 +00:00
2016-03-04 11:30:13 +00:00
2016-04-26 14:34:27 +01:00
2016-04-25 11:40:48 +01:00
2016-04-25 16:46:56 +01:00
2016-04-25 16:46:56 +01:00
2016-06-01 17:43:14 +01:00
2016-04-25 11:40:48 +01:00
2016-04-03 10:26:05 +01:00
2016-05-05 12:21:23 +01:00
2016-03-22 17:46:52 +00:00
2016-04-25 11:40:48 +01:00
2016-04-25 11:40:48 +01:00
2016-04-28 09:57:03 +01:00
2016-06-01 13:31:07 +01:00