Changeset 1806
- Timestamp:
- 05/25/07 15:05:14 (2 years ago)
- Files:
-
- trunk/test/soap/marshal/marshaltestlib.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/soap/marshal/marshaltestlib.rb
r1520 r1806 470 470 471 471 def test_string_escape 472 marshal_equal(" \0<;;>\1;;")472 marshal_equal("<;;>&\r'\";;>") 473 473 end 474 474