Check the examples in raw mode as well

This commit is contained in:
Éric Lemoine
2013-03-07 10:33:40 +01:00
parent 306447fac7
commit bbc8249e28

View File

@@ -430,7 +430,9 @@ def hostexamples(t):
def check_examples(t):
directory = 'build/gh-pages/%(BRANCH)s/'
examples = ['build/gh-pages/%(BRANCH)s/' + e for e in EXAMPLES]
all_examples = [e + '?mode=whitespace' for e in examples] + \
all_examples = \
[e + '?mode=raw' for e in examples] + \
[e + '?mode=whitespace' for e in examples] + \
[e + '?mode=simple' for e in examples] + \
examples
for example in all_examples: