diff options
author | Seb Bacon <seb@seb-virtual-machine.(none)> | 2011-03-25 12:37:59 +0000 |
---|---|---|
committer | Seb Bacon <seb@seb-virtual-machine.(none)> | 2011-03-25 12:37:59 +0000 |
commit | 22c25e42847d41924d43d31f3ef67be1ae4a155e (patch) | |
tree | 3534d4842184ab0a769f606b39ff0447c246de7e /vendor/gems/json-1.5.1/lib/json/Numeric.xpm | |
parent | 1380232e20da4c0b9ce72efb43c1f4d1978ab5d7 (diff) |
include json gem (for tests to pass)
Diffstat (limited to 'vendor/gems/json-1.5.1/lib/json/Numeric.xpm')
-rw-r--r-- | vendor/gems/json-1.5.1/lib/json/Numeric.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vendor/gems/json-1.5.1/lib/json/Numeric.xpm b/vendor/gems/json-1.5.1/lib/json/Numeric.xpm new file mode 100644 index 000000000..e071e2ee9 --- /dev/null +++ b/vendor/gems/json-1.5.1/lib/json/Numeric.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * Numeric_xpm[] = { +"16 16 9 1", +" c None", +". c #FF0000", +"+ c #0000FF", +"@ c #0023DB", +"# c #00EA14", +"$ c #00FF00", +"% c #004FAF", +"& c #0028D6", +"* c #00F20C", +" ", +" ", +" ", +" ... +++@#$$$$ ", +" .+ %& $$ ", +" . + $ ", +" . + $$ ", +" . ++$$$$ ", +" . + $$ ", +" . + $ ", +" . + $ ", +" . + $ $$ ", +" .....++++*$$ ", +" ", +" ", +" "}; |