Vitalts / golangide

Automatically exported from code.google.com/p/golangide
0 stars 0 forks source link

Println html #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
output html(xml), using fmt.Println 

What is the expected output? What do you see instead?
Full string. Substring from a full string

What version of the product are you using? On what operating system?
Linux, liteide x5

Please provide any additional information below.
Example source:
main.go
example html:
13691

Print Liteide:

<action id="Run">
<cmd="${TARGETPATH}" _cmd="/home/rmib/Develop/work/goparsing/goparsing"/>
<args=""/>
2011/07/18 11:20:04 | | 
| "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n" | | "\n " 
| 
<exit code="0" msg="process exited normally"/>
</action>

Print in terminal:
Output

Original issue reported on code.google.com by RMiB.em...@gmail.com on 18 Jul 2011 at 5:42

Attachments:

GoogleCodeExporter commented 8 years ago
i'm fix it

http://code.google.com/p/liteide/source/detail?r=dc110ded59e7c4173f1ef4a75e6bfa7
7ad77b2d5

Original comment by Visua...@gmail.com on 18 Jul 2011 at 6:57