﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
772	symbol | | is not written properly	Moritz Heidkamp		"A symbol consisting of extactly one space is not written properly as ""| |"" but just as "" "". However, the empty symbol as well as symbols contaning more than one space are written correctly.

{{{
#;1> (for-each (lambda (x) (write x) (newline)) '(|| | | |  |))
||
 
|  |
#;2> 

}}}"	defect	closed	major	4.9.0	core libraries	4.7.x	fixed			
