mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 07:25:22 +01:00 
			
		
		
		
	Improve testSerializeJsonString unit tests
this also removes the requirement that / is escaped, there is no reason for doing so.
This commit is contained in:
		| @@ -136,9 +136,6 @@ std::string serializeJsonString(const std::string &plain) | ||||
| 			case '\\': | ||||
| 				os << "\\\\"; | ||||
| 				break; | ||||
| 			case '/': | ||||
| 				os << "\\/"; | ||||
| 				break; | ||||
| 			case '\b': | ||||
| 				os << "\\b"; | ||||
| 				break; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user