This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File contents: | |
[one] | |
key = value; with semicolon | |
quoted = "quoted value; with semicolon" | |
escaped = value\; with escaped semicolon | |
next = value | |
Parsed contents: | |
{"key"=>"value", "quoted"=>"quoted value; with semicolon", "escaped"=>"valuenext = value"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vagrant@vagrant-ubuntu-trusty-64:~$ node -v | |
v0.10.29 | |
vagrant@vagrant-ubuntu-trusty-64:~$ npm -v | |
2.0.0-alpha-5 | |
vagrant@vagrant-ubuntu-trusty-64:~$ node_modules/.bin/phantomas -V | |
phantomas v1.4.0 | |
vagrant@vagrant-ubuntu-trusty-64:~$ npm list | |
/home/vagrant | |
└─┬ phantomas@1.4.0 | |
├─┬ analyze-css@0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 02 13:34:47 localhost.localdomain sudo[1442]: vagrant : TTY=pts/0 ; PWD=/vagrant/src/github.com/openshift/geard ; USER=root ; COMMAND=/bin/gear deploy rockmongo_mongo.json | |
Jun 02 13:34:47 localhost.localdomain systemd[1]: Reloading. | |
Jun 02 13:34:47 localhost.localdomain systemd[1]: [/var/lib/containers/slices/container-small.slice:9] Failed to load slice unit container. Ignoring. | |
Jun 02 13:34:47 localhost.localdomain systemd[1]: Reloading. | |
Jun 02 13:34:47 localhost.localdomain systemd[1]: [/var/lib/containers/slices/container-small.slice:9] Failed to load slice unit container. Ignoring. | |
Jun 02 13:34:47 localhost.localdomain systemd[1]: Starting Container rockmongo-1... | |
Jun 02 13:34:47 localhost.localdomain docker[526]: 2014/06/02 13:34:47 GET /v1.10/containers/rockmongo-1-data/json | |
Jun 02 13:34:47 localhost.localdomain docker[526]: [/var/lib/docker|e86c79ae] +job inspect(rockmongo-1-data, container) | |
Jun 02 13:34:47 localhost.localdomain docker[526]: [/var/lib/docker|e86c79ae] -job inspect(rockmongo-1-data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mai 10 08:38:08 localhost.localdomain sudo[1061]: vagrant : TTY=pts/0 ; PWD=/home/vagrant ; USER=root ; COMMAND=/bin/gear deploy rockmongo_mongo.json | |
Mai 10 08:38:08 localhost.localdomain systemd[1]: Starting Container rockmongo-1... | |
Mai 10 08:38:08 localhost.localdomain systemd[1]: Starting Container mongodb-1... | |
Mai 10 08:38:08 localhost.localdomain docker[574]: 2014/05/10 08:38:08 GET /v1.10/containers/rockmongo-1-data/json | |
Mai 10 08:38:08 localhost.localdomain docker[574]: [/var/lib/docker|bd1b9404] +job inspect(rockmongo-1-data, container) | |
Mai 10 08:38:08 localhost.localdomain docker[574]: [/var/lib/docker|bd1b9404] -job inspect(rockmongo-1-data, container) = OK (0) | |
Mai 10 08:38:08 localhost.localdomain sh[1068]: Reusing 3361cfe5c86497f0922690989b7f0f16c7c782c41c43c37d493ac5ec245a940c | |
Mai 10 08:38:08 localhost.localdomain docker[574]: 2014/05/10 08:38:08 DELETE /v1.10/containers/rockmongo-1 | |
Mai 10 08:38:08 localhost.localdomain docker[574]: [/var/lib/docker|bd1b9404] +job container_delete(rockmongo-1) | |
Ma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 510cbee3d1414cd4c5318ac135250e2e726bb593 Mon Sep 17 00:00:00 2001 | |
From: Lars Henrik Mai <lars.mai@kontinui.de> | |
Date: Wed, 8 Jun 2011 14:29:37 +0200 | |
Subject: [PATCH 1/2] Updated Hash constructor_spec to test for method visibility of hash | |
method when a key is an object | |
--- | |
spec/ruby/core/hash/constructor_spec.rb | 9 +++++++++ | |
spec/ruby/core/hash/fixtures/classes.rb | 6 ++++++ | |
2 files changed, 15 insertions(+), 0 deletions(-) |