diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
| commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
| tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/unit/xml | |
| parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
| download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip | |
Converted tabs to spaces with tabconv.
Diffstat (limited to '')
| -rw-r--r-- | src/unit/xml.unit | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/unit/xml.unit b/src/unit/xml.unit index 0db21c1..57e1c1c 100644 --- a/src/unit/xml.unit +++ b/src/unit/xml.unit | |||
| @@ -12,10 +12,10 @@ | |||
| 12 | 12 | ||
| 13 | suite Xml | 13 | suite Xml |
| 14 | { | 14 | { |
| 15 | test declaration | 15 | test declaration |
| 16 | { | 16 | { |
| 17 | Bu::String sXml("<?xml ?> <hi />"); | 17 | Bu::String sXml("<?xml ?> <hi />"); |
| 18 | Bu::MemBuf buf( sXml ); | 18 | Bu::MemBuf buf( sXml ); |
| 19 | Bu::XmlReader xr( buf ); | 19 | Bu::XmlReader xr( buf ); |
| 20 | } | 20 | } |
| 21 | } | 21 | } |
