Files
openfoam/applications/test
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-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2016-04-16 18:34:41 +01:00
2015-12-22 23:14:17 +00:00
2015-02-04 16:33:02 +00:00
2015-12-22 23:14:17 +00:00
2013-09-27 22:47:59 +01:00