aa_test::visualize_control_chars

 aa_test::visualize_control_chars

Defined in

Testcases:
No testcase defined.
Source code:
    set output $lines
    regsub -all {\\} $output {\\\\} output
    regsub -all {\r} $output {\\r} output
    regsub -all {\n} $output "\\n\n" output
    return [ns_quotehtml $output]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: