diff --git a/tests/__data__/expected/_readme.md b/tests/__data__/expected/_readme.md index 79027d19..5afa948d 100644 --- a/tests/__data__/expected/_readme.md +++ b/tests/__data__/expected/_readme.md @@ -1,24 +1,24 @@ -# EPG - -EPG (Electronic Program Guide) for thousands of TV channels collected from different sources. - -## Usage - -To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player. - - - - - - - - - - -
Country                         ChannelsEPGStatus                                                   
🇨🇦 Canada2https://iptv-org.github.io/epg/guides/ca-en/example.com.epg.xmlexample.com
1https://iptv-org.github.io/epg/guides/ca-ru/example.com.epg.xmlexample.com
- -All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively. - -## Contribution - -If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls). +# EPG + +EPG (Electronic Program Guide) for thousands of TV channels collected from different sources. + +## Usage + +To load a program guide, all you need to do is copy the link to one or more of the guides from the list below and paste it into your favorite player. + + + + + + + + + + +
Country                         ChannelsEPG
🇨🇦 Canada2https://iptv-org.github.io/epg/guides/ca-en/example.com.epg.xml
1https://iptv-org.github.io/epg/guides/ca-ru/example.com.epg.xml
+ +All guides also have a compressed and JSON version. To download them, simply change the extension from `.xml` to `.xml.gz` or `.json` respectively. + +## Contribution + +If you find a bug or want to contribute to the code or documentation, you can help by submitting an [issue](https://github.com/iptv-org/epg/issues) or a [pull request](https://github.com/iptv-org/epg/pulls). diff --git a/tests/__data__/expected/_status.md b/tests/__data__/expected/_status.md new file mode 100644 index 00000000..25e8e613 --- /dev/null +++ b/tests/__data__/expected/_status.md @@ -0,0 +1,11 @@ +# Status + + + + + + + + + +
SiteStatus                                                   
example.comexample.com
diff --git a/tests/__data__/input/readme.json b/tests/__data__/input/readme.json index d226f0e6..fc3d3668 100644 --- a/tests/__data__/input/readme.json +++ b/tests/__data__/input/readme.json @@ -1,4 +1,4 @@ { "build" : "tests/__data__/output/readme.md", - "files" : ["./.readme/template.md"] + "files" : ["./.readme/readme.md"] } \ No newline at end of file diff --git a/tests/__data__/input/status.json b/tests/__data__/input/status.json new file mode 100644 index 00000000..02392960 --- /dev/null +++ b/tests/__data__/input/status.json @@ -0,0 +1,4 @@ +{ + "build" : "tests/__data__/output/status.md", + "files" : ["./.readme/status.md"] +} \ No newline at end of file