Skip to content

Commit 1027cd7

Browse files
committed
add test data
1 parent 65b17b5 commit 1027cd7

5 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<h5>3.1 Final [2020-09-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.22, PHP 8.0.9
2+
<hr>
3+
- added test data (mamba)
4+
15
<h5>3.1 RC 2 [2020-09-09]</h5> Dev: XOOPS 2.5.11, PHP 7.4.10, PHP 8.0 Beta2
26
<hr>
37
- fixed warning about XoopsObject compatibility (issue #10) (goffy)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ }

testdata/english/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<script>history.go(-1);</script>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
-
2+
lang_id: '1'
3+
weight: '1'
4+
lang_name: english
5+
lang_desc: English
6+
lang_code: en
7+
lang_charset: UTF-8
8+
lang_image: usa.gif
9+
-
10+
lang_id: '2'
11+
weight: '2'
12+
lang_name: spanish
13+
lang_desc: Spanish
14+
lang_code: es
15+
lang_charset: UTF-8
16+
lang_image: spanish.gif

testdata/english/xlanguage_ext.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ }

0 commit comments

Comments
 (0)