git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65435 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -60,6 +60,7 @@ def call_module(module, stdin=None,
r"""Run module with parameters given in `kwargs` and return its output.
>>> print call_module('g.region', flags='pg') # doctest: +ELLIPSIS
+ ...
n=...
s=...
w=...
@@ -6,7 +6,8 @@ from grass.gunittest.case import TestCase
from grass.gunittest.main import test
from grass.gunittest.gmodules import (call_module, CalledModuleError)
-G_REGION_OUTPUT = """n=...
+G_REGION_OUTPUT = """...
+n=...
e=...