adding tests for page ranges

This commit is contained in:
Julien Neuhart
2019-10-05 12:09:39 +02:00
parent 827060b6ce
commit ca0784fa59
7 changed files with 89 additions and 8 deletions

View File

@@ -24,6 +24,7 @@ func TestArgKeys(t *testing.T) {
MarginLeftArgKey,
MarginRightArgKey,
LandscapeArgKey,
PageRangesArgKey,
}
assert.Equal(t, expected, ArgKeys())
}