From 5845345557630b9678911bea2cb4b2f2970908b3 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Thu, 9 Feb 2017 22:05:06 +0100 Subject: [PATCH] chore: Add icons test --- test/.gitignore | 0 test/COMMIT_EDITMSG | 0 test/Dockerfile | 0 test/LICENSE | 0 test/Procfile | 0 test/TODO | 0 test/adobe.ai | 0 test/adobe.as | 0 test/adobe.cfc | 0 test/adobe.cfm | 0 test/adobe.pdf | 0 test/adobe.psb | 0 test/adobe.psd | 0 test/angular.ng.html | 0 test/archive.7z | 0 test/archive.7zip | 0 test/archive.gz | 0 test/archive.pzip | 0 test/archive.rar | 0 test/archive.tar | 0 test/archive.tgz | 0 test/archive.wim | 0 test/archive.zip | 0 test/binary.tga | 0 test/bower.json | 0 test/conf | 0 test/default | 0 test/font.eot | 0 test/font.otf | 0 test/font.ttf | 0 test/font.woff | 0 test/git-blame | 0 test/git-rebase-todo | 0 test/gruntfile.js | 0 test/gulpfile.js | 0 test/image.jpg | 0 test/image.svg | 0 test/package.json | 0 test/settings.ini | 0 test/shell.bash | 2 ++ test/shell.fish | 0 test/shell.sh | 2 ++ test/sketch.sketch | 0 test/source.applescript | 0 test/source.asa | 0 test/source.asp | 0 test/source.blade | 0 test/source.blade.php | 0 test/source.clj | 0 test/source.coffee | 0 test/source.cpp | 0 test/source.cs | 0 test/source.css | 0 test/source.csx | 0 test/source.d | 0 test/source.do | 0 test/source.dot | 0 test/source.erl | 0 test/source.ex | 0 test/source.go | 0 test/source.gradle | 0 test/source.groovy | 0 test/source.h | 0 test/source.haml | 0 test/source.hs | 0 test/source.html | 0 test/source.html.eex | 0 test/source.hx | 0 test/source.jade | 0 test/source.java | 0 test/source.jl | 0 test/source.js | 0 test/source.json | 0 test/source.jsp | 0 test/source.jsx | 1 + test/source.less | 0 test/source.liquid | 0 test/source.lisp | 0 test/source.lsl | 0 test/source.lua | 0 test/source.m | 0 test/source.matlab | 0 test/source.ml | 0 test/source.mustache | 0 test/source.note | 0 test/source.php | 0 test/source.pl | 0 test/source.postcss | 0 test/source.pp | 0 test/source.pug | 0 test/source.py | 0 test/source.r | 0 test/source.rails | 0 test/source.rb | 0 test/source.rs | 0 test/source.sass | 0 test/source.scala | 0 test/source.scss | 0 test/source.slim | 0 test/source.sql | 0 test/source.styl | 0 test/source.swift | 0 test/source.tcl | 0 test/source.tex | 0 test/source.textile | 0 test/source.ts | 0 test/source.twig | 0 test/source.vue | 0 test/source.xml | 0 test/source.yml | 0 test/sublime.sublime-settings | 0 test/text.md | 0 test/text.txt | 0 test/windows.bat | 0 test/windows.cmd | 0 115 files changed, 5 insertions(+) create mode 100755 test/.gitignore create mode 100644 test/COMMIT_EDITMSG create mode 100644 test/Dockerfile create mode 100644 test/LICENSE create mode 100644 test/Procfile create mode 100644 test/TODO create mode 100644 test/adobe.ai create mode 100644 test/adobe.as create mode 100644 test/adobe.cfc create mode 100644 test/adobe.cfm create mode 100644 test/adobe.pdf create mode 100644 test/adobe.psb create mode 100644 test/adobe.psd create mode 100644 test/angular.ng.html create mode 100644 test/archive.7z create mode 100644 test/archive.7zip create mode 100644 test/archive.gz create mode 100644 test/archive.pzip create mode 100644 test/archive.rar create mode 100644 test/archive.tar create mode 100644 test/archive.tgz create mode 100644 test/archive.wim create mode 100644 test/archive.zip create mode 100644 test/binary.tga create mode 100644 test/bower.json create mode 100644 test/conf create mode 100644 test/default create mode 100644 test/font.eot create mode 100644 test/font.otf create mode 100644 test/font.ttf create mode 100644 test/font.woff create mode 100644 test/git-blame create mode 100644 test/git-rebase-todo create mode 100644 test/gruntfile.js create mode 100644 test/gulpfile.js create mode 100644 test/image.jpg create mode 100644 test/image.svg create mode 100644 test/package.json create mode 100644 test/settings.ini create mode 100644 test/shell.bash create mode 100644 test/shell.fish create mode 100644 test/shell.sh create mode 100644 test/sketch.sketch create mode 100644 test/source.applescript create mode 100644 test/source.asa create mode 100644 test/source.asp create mode 100644 test/source.blade create mode 100644 test/source.blade.php create mode 100644 test/source.clj create mode 100644 test/source.coffee create mode 100644 test/source.cpp create mode 100644 test/source.cs create mode 100644 test/source.css create mode 100644 test/source.csx create mode 100644 test/source.d create mode 100644 test/source.do create mode 100644 test/source.dot create mode 100644 test/source.erl create mode 100644 test/source.ex create mode 100644 test/source.go create mode 100644 test/source.gradle create mode 100644 test/source.groovy create mode 100644 test/source.h create mode 100644 test/source.haml create mode 100644 test/source.hs create mode 100644 test/source.html create mode 100644 test/source.html.eex create mode 100644 test/source.hx create mode 100644 test/source.jade create mode 100644 test/source.java create mode 100644 test/source.jl create mode 100644 test/source.js create mode 100644 test/source.json create mode 100644 test/source.jsp create mode 100644 test/source.jsx create mode 100644 test/source.less create mode 100644 test/source.liquid create mode 100644 test/source.lisp create mode 100644 test/source.lsl create mode 100644 test/source.lua create mode 100644 test/source.m create mode 100644 test/source.matlab create mode 100644 test/source.ml create mode 100644 test/source.mustache create mode 100644 test/source.note create mode 100644 test/source.php create mode 100644 test/source.pl create mode 100644 test/source.postcss create mode 100644 test/source.pp create mode 100644 test/source.pug create mode 100644 test/source.py create mode 100644 test/source.r create mode 100644 test/source.rails create mode 100644 test/source.rb create mode 100644 test/source.rs create mode 100644 test/source.sass create mode 100644 test/source.scala create mode 100644 test/source.scss create mode 100644 test/source.slim create mode 100644 test/source.sql create mode 100644 test/source.styl create mode 100644 test/source.swift create mode 100644 test/source.tcl create mode 100644 test/source.tex create mode 100644 test/source.textile create mode 100644 test/source.ts create mode 100644 test/source.twig create mode 100644 test/source.vue create mode 100644 test/source.xml create mode 100644 test/source.yml create mode 100644 test/sublime.sublime-settings create mode 100644 test/text.md create mode 100644 test/text.txt create mode 100644 test/windows.bat create mode 100644 test/windows.cmd diff --git a/test/.gitignore b/test/.gitignore new file mode 100755 index 0000000..e69de29 diff --git a/test/COMMIT_EDITMSG b/test/COMMIT_EDITMSG new file mode 100644 index 0000000..e69de29 diff --git a/test/Dockerfile b/test/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/test/LICENSE b/test/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/test/Procfile b/test/Procfile new file mode 100644 index 0000000..e69de29 diff --git a/test/TODO b/test/TODO new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.ai b/test/adobe.ai new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.as b/test/adobe.as new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.cfc b/test/adobe.cfc new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.cfm b/test/adobe.cfm new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.pdf b/test/adobe.pdf new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.psb b/test/adobe.psb new file mode 100644 index 0000000..e69de29 diff --git a/test/adobe.psd b/test/adobe.psd new file mode 100644 index 0000000..e69de29 diff --git a/test/angular.ng.html b/test/angular.ng.html new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.7z b/test/archive.7z new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.7zip b/test/archive.7zip new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.gz b/test/archive.gz new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.pzip b/test/archive.pzip new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.rar b/test/archive.rar new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.tar b/test/archive.tar new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.tgz b/test/archive.tgz new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.wim b/test/archive.wim new file mode 100644 index 0000000..e69de29 diff --git a/test/archive.zip b/test/archive.zip new file mode 100644 index 0000000..e69de29 diff --git a/test/binary.tga b/test/binary.tga new file mode 100644 index 0000000..e69de29 diff --git a/test/bower.json b/test/bower.json new file mode 100644 index 0000000..e69de29 diff --git a/test/conf b/test/conf new file mode 100644 index 0000000..e69de29 diff --git a/test/default b/test/default new file mode 100644 index 0000000..e69de29 diff --git a/test/font.eot b/test/font.eot new file mode 100644 index 0000000..e69de29 diff --git a/test/font.otf b/test/font.otf new file mode 100644 index 0000000..e69de29 diff --git a/test/font.ttf b/test/font.ttf new file mode 100644 index 0000000..e69de29 diff --git a/test/font.woff b/test/font.woff new file mode 100644 index 0000000..e69de29 diff --git a/test/git-blame b/test/git-blame new file mode 100644 index 0000000..e69de29 diff --git a/test/git-rebase-todo b/test/git-rebase-todo new file mode 100644 index 0000000..e69de29 diff --git a/test/gruntfile.js b/test/gruntfile.js new file mode 100644 index 0000000..e69de29 diff --git a/test/gulpfile.js b/test/gulpfile.js new file mode 100644 index 0000000..e69de29 diff --git a/test/image.jpg b/test/image.jpg new file mode 100644 index 0000000..e69de29 diff --git a/test/image.svg b/test/image.svg new file mode 100644 index 0000000..e69de29 diff --git a/test/package.json b/test/package.json new file mode 100644 index 0000000..e69de29 diff --git a/test/settings.ini b/test/settings.ini new file mode 100644 index 0000000..e69de29 diff --git a/test/shell.bash b/test/shell.bash new file mode 100644 index 0000000..957abd2 --- /dev/null +++ b/test/shell.bash @@ -0,0 +1,2 @@ +#!/bin/bash +echo "$RANDOM" # Supported in bash. No warnings. diff --git a/test/shell.fish b/test/shell.fish new file mode 100644 index 0000000..e69de29 diff --git a/test/shell.sh b/test/shell.sh new file mode 100644 index 0000000..b3d23a0 --- /dev/null +++ b/test/shell.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo "$RANDOM" # Unsupported in sh. Produces warning. diff --git a/test/sketch.sketch b/test/sketch.sketch new file mode 100644 index 0000000..e69de29 diff --git a/test/source.applescript b/test/source.applescript new file mode 100644 index 0000000..e69de29 diff --git a/test/source.asa b/test/source.asa new file mode 100644 index 0000000..e69de29 diff --git a/test/source.asp b/test/source.asp new file mode 100644 index 0000000..e69de29 diff --git a/test/source.blade b/test/source.blade new file mode 100644 index 0000000..e69de29 diff --git a/test/source.blade.php b/test/source.blade.php new file mode 100644 index 0000000..e69de29 diff --git a/test/source.clj b/test/source.clj new file mode 100644 index 0000000..e69de29 diff --git a/test/source.coffee b/test/source.coffee new file mode 100644 index 0000000..e69de29 diff --git a/test/source.cpp b/test/source.cpp new file mode 100644 index 0000000..e69de29 diff --git a/test/source.cs b/test/source.cs new file mode 100644 index 0000000..e69de29 diff --git a/test/source.css b/test/source.css new file mode 100644 index 0000000..e69de29 diff --git a/test/source.csx b/test/source.csx new file mode 100644 index 0000000..e69de29 diff --git a/test/source.d b/test/source.d new file mode 100644 index 0000000..e69de29 diff --git a/test/source.do b/test/source.do new file mode 100644 index 0000000..e69de29 diff --git a/test/source.dot b/test/source.dot new file mode 100644 index 0000000..e69de29 diff --git a/test/source.erl b/test/source.erl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.ex b/test/source.ex new file mode 100644 index 0000000..e69de29 diff --git a/test/source.go b/test/source.go new file mode 100644 index 0000000..e69de29 diff --git a/test/source.gradle b/test/source.gradle new file mode 100644 index 0000000..e69de29 diff --git a/test/source.groovy b/test/source.groovy new file mode 100644 index 0000000..e69de29 diff --git a/test/source.h b/test/source.h new file mode 100644 index 0000000..e69de29 diff --git a/test/source.haml b/test/source.haml new file mode 100644 index 0000000..e69de29 diff --git a/test/source.hs b/test/source.hs new file mode 100644 index 0000000..e69de29 diff --git a/test/source.html b/test/source.html new file mode 100644 index 0000000..e69de29 diff --git a/test/source.html.eex b/test/source.html.eex new file mode 100644 index 0000000..e69de29 diff --git a/test/source.hx b/test/source.hx new file mode 100644 index 0000000..e69de29 diff --git a/test/source.jade b/test/source.jade new file mode 100644 index 0000000..e69de29 diff --git a/test/source.java b/test/source.java new file mode 100644 index 0000000..e69de29 diff --git a/test/source.jl b/test/source.jl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.js b/test/source.js new file mode 100644 index 0000000..e69de29 diff --git a/test/source.json b/test/source.json new file mode 100644 index 0000000..e69de29 diff --git a/test/source.jsp b/test/source.jsp new file mode 100644 index 0000000..e69de29 diff --git a/test/source.jsx b/test/source.jsx new file mode 100644 index 0000000..8337712 --- /dev/null +++ b/test/source.jsx @@ -0,0 +1 @@ +// diff --git a/test/source.less b/test/source.less new file mode 100644 index 0000000..e69de29 diff --git a/test/source.liquid b/test/source.liquid new file mode 100644 index 0000000..e69de29 diff --git a/test/source.lisp b/test/source.lisp new file mode 100644 index 0000000..e69de29 diff --git a/test/source.lsl b/test/source.lsl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.lua b/test/source.lua new file mode 100644 index 0000000..e69de29 diff --git a/test/source.m b/test/source.m new file mode 100644 index 0000000..e69de29 diff --git a/test/source.matlab b/test/source.matlab new file mode 100644 index 0000000..e69de29 diff --git a/test/source.ml b/test/source.ml new file mode 100644 index 0000000..e69de29 diff --git a/test/source.mustache b/test/source.mustache new file mode 100644 index 0000000..e69de29 diff --git a/test/source.note b/test/source.note new file mode 100644 index 0000000..e69de29 diff --git a/test/source.php b/test/source.php new file mode 100644 index 0000000..e69de29 diff --git a/test/source.pl b/test/source.pl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.postcss b/test/source.postcss new file mode 100644 index 0000000..e69de29 diff --git a/test/source.pp b/test/source.pp new file mode 100644 index 0000000..e69de29 diff --git a/test/source.pug b/test/source.pug new file mode 100644 index 0000000..e69de29 diff --git a/test/source.py b/test/source.py new file mode 100644 index 0000000..e69de29 diff --git a/test/source.r b/test/source.r new file mode 100644 index 0000000..e69de29 diff --git a/test/source.rails b/test/source.rails new file mode 100644 index 0000000..e69de29 diff --git a/test/source.rb b/test/source.rb new file mode 100644 index 0000000..e69de29 diff --git a/test/source.rs b/test/source.rs new file mode 100644 index 0000000..e69de29 diff --git a/test/source.sass b/test/source.sass new file mode 100644 index 0000000..e69de29 diff --git a/test/source.scala b/test/source.scala new file mode 100644 index 0000000..e69de29 diff --git a/test/source.scss b/test/source.scss new file mode 100644 index 0000000..e69de29 diff --git a/test/source.slim b/test/source.slim new file mode 100644 index 0000000..e69de29 diff --git a/test/source.sql b/test/source.sql new file mode 100644 index 0000000..e69de29 diff --git a/test/source.styl b/test/source.styl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.swift b/test/source.swift new file mode 100644 index 0000000..e69de29 diff --git a/test/source.tcl b/test/source.tcl new file mode 100644 index 0000000..e69de29 diff --git a/test/source.tex b/test/source.tex new file mode 100644 index 0000000..e69de29 diff --git a/test/source.textile b/test/source.textile new file mode 100644 index 0000000..e69de29 diff --git a/test/source.ts b/test/source.ts new file mode 100644 index 0000000..e69de29 diff --git a/test/source.twig b/test/source.twig new file mode 100644 index 0000000..e69de29 diff --git a/test/source.vue b/test/source.vue new file mode 100644 index 0000000..e69de29 diff --git a/test/source.xml b/test/source.xml new file mode 100644 index 0000000..e69de29 diff --git a/test/source.yml b/test/source.yml new file mode 100644 index 0000000..e69de29 diff --git a/test/sublime.sublime-settings b/test/sublime.sublime-settings new file mode 100644 index 0000000..e69de29 diff --git a/test/text.md b/test/text.md new file mode 100644 index 0000000..e69de29 diff --git a/test/text.txt b/test/text.txt new file mode 100644 index 0000000..e69de29 diff --git a/test/windows.bat b/test/windows.bat new file mode 100644 index 0000000..e69de29 diff --git a/test/windows.cmd b/test/windows.cmd new file mode 100644 index 0000000..e69de29