mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
remove uses of string concatenation from src and misc directory
R=rsc https://golang.org/cl/172041
This commit is contained in:
parent
09cec0e146
commit
295ceb4526
20 changed files with 620 additions and 621 deletions
|
|
@ -16,8 +16,8 @@ const testInput = `
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<body xmlns:foo="ns1" xmlns="ns2" xmlns:tag="ns3" `
|
||||
"\r\n\t" ` >
|
||||
<body xmlns:foo="ns1" xmlns="ns2" xmlns:tag="ns3" ` +
|
||||
"\r\n\t" + ` >
|
||||
<hello lang="en">World <>'" 白鵬翔</hello>
|
||||
<goodbye />
|
||||
<outer foo:attr="value" xmlns:tag="ns4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue