summaryrefslogtreecommitdiff
path: root/tests/examplefiles/console
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/console')
-rw-r--r--tests/examplefiles/console/example.sh-session.output22
-rw-r--r--tests/examplefiles/console/example.shell-session.output138
2 files changed, 80 insertions, 80 deletions
diff --git a/tests/examplefiles/console/example.sh-session.output b/tests/examplefiles/console/example.sh-session.output
index c31fc193..c74f19ef 100644
--- a/tests/examplefiles/console/example.sh-session.output
+++ b/tests/examplefiles/console/example.sh-session.output
@@ -1,20 +1,20 @@
'user@host:~/path$ ' Generic.Prompt
'ls' Text
-' ' Text
+' ' Text.Whitespace
'-a' Text
-'\n' Text
+'\n' Text.Whitespace
'. .. a b c\n' Generic.Output
'user@host:~/path$ ' Generic.Prompt
'diff' Text
-' ' Text
+' ' Text.Whitespace
'-u' Text
-' ' Text
+' ' Text.Whitespace
'a' Text
-' ' Text
+' ' Text.Whitespace
'b' Text
-'\n' Text
+'\n' Text.Whitespace
'--- a 2008-07-26 17:10:07.000000000 -0700\n' Generic.Output
@@ -32,18 +32,18 @@
'user@host:~/path$ ' Generic.Prompt
'echo' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'\\\n' Literal.String.Escape
'> ' Generic.Prompt
'a' Text
-'\n' Text
+'\n' Text.Whitespace
'a\n' Generic.Output
'user@host:~/path$ ' Generic.Prompt
'su' Text
-'\n' Text
+'\n' Text.Whitespace
'root@host:~#\n' Generic.Prompt
@@ -56,6 +56,6 @@
'(virtualenv-name)' Generic.Prompt.VirtualEnv
'user@host:~$ ' Generic.Prompt
'ls' Text
-' ' Text
+' ' Text.Whitespace
'-a' Text
-'\n' Text
+'\n' Text.Whitespace
diff --git a/tests/examplefiles/console/example.shell-session.output b/tests/examplefiles/console/example.shell-session.output
index b778132b..738c7e8f 100644
--- a/tests/examplefiles/console/example.shell-session.output
+++ b/tests/examplefiles/console/example.shell-session.output
@@ -1,12 +1,12 @@
'[user@linuxbox imx-bootlets-src-10.05.02]$ ' Generic.Prompt
'make' Text
-' ' Text
+' ' Text.Whitespace
'CROSS_COMPILE' Name.Variable
'=' Operator
'arm-none-eabi-' Text
-' ' Text
+' ' Text.Whitespace
'clean' Text
-'\n' Text
+'\n' Text.Whitespace
'rm -rf *.sb\n' Generic.Output
@@ -26,11 +26,11 @@
'[user@linuxbox imx-bootlets-src-10.05.02]$ ' Generic.Prompt
'make' Text
-' ' Text
+' ' Text.Whitespace
'CROSS_COMPILE' Name.Variable
'=' Operator
'arm-none-eabi-' Text
-'\n' Text
+'\n' Text.Whitespace
"make[1]: Entering directory `/home/...'\n" Generic.Output
@@ -38,23 +38,23 @@
'#' Generic.Prompt
'@echo' Text
-' ' Text
+' ' Text.Whitespace
'"generating U-Boot boot stream image"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'#' Generic.Prompt
'elftosb2' Text
-' ' Text
+' ' Text.Whitespace
'-z' Text
-' ' Text
+' ' Text.Whitespace
'-c' Text
-' ' Text
+' ' Text.Whitespace
'./uboot_prebuilt.db' Text
-' ' Text
+' ' Text.Whitespace
'-o' Text
-' ' Text
+' ' Text.Whitespace
'imx23_uboot.sb' Text
-'\n' Text
+'\n' Text.Whitespace
'echo "generating kernel bootstream file sd_mmc_bootstream.raw"\n' Generic.Output
@@ -62,43 +62,43 @@
'#' Generic.Prompt
'Please' Text
-' ' Text
+' ' Text.Whitespace
'use' Text
-' ' Text
+' ' Text.Whitespace
'cfimager' Text
-' ' Text
+' ' Text.Whitespace
'to' Text
-' ' Text
+' ' Text.Whitespace
'burn' Text
-' ' Text
+' ' Text.Whitespace
'xxx_linux.sb.' Text
-' ' Text
+' ' Text.Whitespace
'The' Text
-' ' Text
+' ' Text.Whitespace
'below' Text
-' ' Text
+' ' Text.Whitespace
'way' Text
-' ' Text
+' ' Text.Whitespace
'will' Text
-' ' Text
+' ' Text.Whitespace
'no' Text
-'\n' Text
+'\n' Text.Whitespace
'#' Generic.Prompt
'work' Text
-' ' Text
+' ' Text.Whitespace
'at' Text
-' ' Text
+' ' Text.Whitespace
'imx28' Text
-' ' Text
+' ' Text.Whitespace
'platform.' Text
-'\n' Text
+'\n' Text.Whitespace
'> test\n' Generic.Output
'$ ' Generic.Prompt
'test' Name.Builtin
-'\n' Text
+'\n' Text.Whitespace
'rm -f sd_mmc_bootstream.raw\n' Generic.Output
@@ -106,43 +106,43 @@
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
-' ' Text
+' ' Text.Whitespace
'sh' Text
-' ' Text
+' ' Text.Whitespace
'-c' Text
-' ' Text
+' ' Text.Whitespace
'"echo 17 > /sys/class/gpio/export"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
-' ' Text
+' ' Text.Whitespace
'sh' Text
-' ' Text
+' ' Text.Whitespace
'-c' Text
-' ' Text
+' ' Text.Whitespace
'"echo out > /sys/class/gpio/gpio17/direction"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
-' ' Text
+' ' Text.Whitespace
'sh' Text
-' ' Text
+' ' Text.Whitespace
'-c' Text
-' ' Text
+' ' Text.Whitespace
'"echo 1 > /sys/class/gpio/gpio17/value"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi ~ $ ' Generic.Prompt
'sudo' Text
-' ' Text
+' ' Text.Whitespace
'sh' Text
-' ' Text
+' ' Text.Whitespace
'-c' Text
-' ' Text
+' ' Text.Whitespace
'"echo 0 > /sys/class/gpio/gpio17/value"' Literal.String.Double
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi ~ $\n' Generic.Prompt
@@ -151,69 +151,69 @@
'root@imx233-olinuxino-micro:~# ' Generic.Prompt
'lsmod' Text
-'\n' Text
+'\n' Text.Whitespace
' Not tainted\n' Generic.Output
'[user@linuxbox ~]$ ' Generic.Prompt
'tail' Text
-' ' Text
+' ' Text.Whitespace
'-n' Text
-' ' Text
+' ' Text.Whitespace
'2' Literal.Number
-' ' Text
+' ' Text.Whitespace
'/mnt/rpi/etc/inittab' Text
-'\n' Text
+'\n' Text.Whitespace
'#' Generic.Prompt
'Spawn' Text
-' ' Text
+' ' Text.Whitespace
'a' Text
-' ' Text
+' ' Text.Whitespace
'getty' Text
-' ' Text
+' ' Text.Whitespace
'on' Text
-' ' Text
+' ' Text.Whitespace
'Raspberry' Text
-' ' Text
+' ' Text.Whitespace
'Pi' Text
-' ' Text
+' ' Text.Whitespace
'serial' Text
-' ' Text
+' ' Text.Whitespace
'line' Text
-'\n' Text
+'\n' Text.Whitespace
'T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100\n' Generic.Output
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'mkdir' Text
-' ' Text
+' ' Text.Whitespace
'tmp' Text
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'npm' Text
-' ' Text
+' ' Text.Whitespace
'config' Text
-' ' Text
+' ' Text.Whitespace
'set' Name.Builtin
-' ' Text
+' ' Text.Whitespace
'tmp' Text
-' ' Text
+' ' Text.Whitespace
'tmp' Text
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi:~/Adafruit-WebIDE$ ' Generic.Prompt
'npm' Text
-' ' Text
+' ' Text.Whitespace
'install' Text
-'\n' Text
+'\n' Text.Whitespace
'pi@raspberrypi ~/Adafruit-WebIDE $ ' Generic.Prompt
'ifconfig' Text
-' ' Text
+' ' Text.Whitespace
'eth0' Text
-'\n' Text
+'\n' Text.Whitespace
'eth0 Link encap:Ethernet HWaddr b5:33:ff:33:ee:aq\n' Generic.Output