]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/strutils_test.cxx
HTTP: Rename urlretrieve/urlload to save/load.
[simgear.git] / simgear / misc / strutils_test.cxx
index 6387b47cc88ff5e74f42cf3163a0f8648feca226..baba43ca30cde4437eb02e40d01660979effc0c4 100644 (file)
@@ -76,7 +76,9 @@ int main (int ac, char ** av)
     
     std::string j = join(la, "&");
     COMPARE(j, "zero&one&two&three&four&five");
-    
+
+    COMPARE(unescape("\\ \\n\\t\\x41\\117a"), " \n\tAOa");
+
     cout << "all tests passed successfully!" << endl;
     return 0;
 }