mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-03 20:25:33 +01:00
Add output.xml
This commit is contained in:
parent
685fbe5188
commit
875d67ae74
1 changed files with 8 additions and 0 deletions
8
tests/fixtures/simple/output.xml
vendored
Normal file
8
tests/fixtures/simple/output.xml
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
|
||||
<entry>
|
||||
<apps:property name='from' value='example.com'/>
|
||||
<apps:property name='label' value='Test'/>
|
||||
<apps:property name='shouldArchive' value='true'/>
|
||||
</entry>
|
||||
</feed>
|
Loading…
Add table
Add a link
Reference in a new issue