From e6bf30ffabba551bf54bb683bfadc0a0b050be8e Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 6 Jan 2015 22:10:54 +0100 Subject: Add python/003-parsing-ascii-table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- python/003-parsing-ascii-table/test-output.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/003-parsing-ascii-table/test-output.txt (limited to 'python/003-parsing-ascii-table/test-output.txt') diff --git a/python/003-parsing-ascii-table/test-output.txt b/python/003-parsing-ascii-table/test-output.txt new file mode 100644 index 0000000..44666cb --- /dev/null +++ b/python/003-parsing-ascii-table/test-output.txt @@ -0,0 +1,7 @@ ++----+----------------------------+ +| ID | Hypervisor hostname | ++----+----------------------------+ +| 1 | frk-02.mpc.lab.example.com | +| 3 | frk-04.mpc.lab.example.com | +| 6 | frk-03.mpc.lab.example.com | ++----+----------------------------+ -- cgit