CIDLib icon indicating copy to clipboard operation
CIDLib copied to clipboard

XMLFormat standard output weirdness

Open llblumer opened this issue 4 years ago • 0 comments

XMLFormat behaves oddly when used in a makefile in Visual Studio 2017. The makefile line immediately after the XMLFormat line will display unprintable characters instead of tabs and CR/LF's.

The makefile echoes message 1, then XMLFormat, then message 2, then message 3. Message 2 is affected, and message 3 is OK.

Add XMLFormat to the path and run "nmake test" from the Visual Studio 2017 developer prompt

repro.zip image

llblumer avatar Jul 02 '21 13:07 llblumer