1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/dbal-tests] Fix whitespace and line endings.

This commit is contained in:
Nils Adermann
2010-04-01 18:59:26 +02:00
parent 53d316dc9e
commit 23beaceadd
2 changed files with 21 additions and 21 deletions

View File

@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_users">
<column>user_id</column>
<column>username_clean</column>
<row>
<value>1</value>
<value>barfoo</value>
</row>
<row>
<value>2</value>
<value>foobar</value>
</row>
<row>
<value>3</value>
<value>bertie</value>
</row>
</table>
</dataset>
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_users">
<column>user_id</column>
<column>username_clean</column>
<row>
<value>1</value>
<value>barfoo</value>
</row>
<row>
<value>2</value>
<value>foobar</value>
</row>
<row>
<value>3</value>
<value>bertie</value>
</row>
</table>
</dataset>