hum 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.md +5 -1
- data/README.md +61 -20
- data/hum.gemspec +4 -3
- data/lib/hum/array.rb +41 -18
- data/lib/hum/engine.rb +205 -190
- data/lib/hum/exec.rb +3 -2
- data/lib/hum/version.rb +1 -1
- data/test/bad_file_test.rb +28 -0
- data/test/engine_tests.rb +132 -0
- data/test/haml/insert_extra_child.haml +9 -0
- data/test/{hum/templates/nest/nest.haml → haml/nests.haml} +1 -1
- data/test/haml/parent_selector.haml +7 -0
- data/test/haml/parent_siblings.haml +10 -0
- data/test/{hum/templates/simple/simple.haml → haml/property_value.haml} +1 -1
- data/test/haml/siblings.haml +6 -0
- data/test/{hum/templates/single/single.haml → haml/single_line_nest.haml} +4 -2
- data/test/{hum/templates/comma/comma.html → other/bad.file} +0 -0
- data/test/other/example.scss +6 -0
- data/test/sass/insert_extra_child.sass +8 -0
- data/test/{hum/templates/nest/nest.sass → sass/nests.sass} +0 -0
- data/test/sass/parent_selector.sass +6 -0
- data/test/sass/parent_siblings.sass +6 -0
- data/test/{hum/templates/simple/simple.sass → sass/property_value.sass} +0 -0
- data/test/sass/siblings.sass +2 -0
- data/test/{hum/templates/single/single.sass → sass/single_line_nest.sass} +1 -1
- data/test/sass_convert_test.rb +28 -0
- metadata +60 -159
- data/test/hum/templates/comma/comma.array +0 -1
- data/test/hum/templates/comma/comma.css +0 -6
- data/test/hum/templates/comma/comma.haml +0 -6
- data/test/hum/templates/comma/comma.haml_tags +0 -1
- data/test/hum/templates/comma/comma.sass +0 -2
- data/test/hum/templates/comma/comma_clean.sass +0 -1
- data/test/hum/templates/comma/comma_end.html +0 -9
- data/test/hum/templates/complex_parent/complex_parent.array +0 -1
- data/test/hum/templates/complex_parent/complex_parent.css +0 -18
- data/test/hum/templates/complex_parent/complex_parent.haml +0 -12
- data/test/hum/templates/complex_parent/complex_parent.haml_tags +0 -1
- data/test/hum/templates/complex_parent/complex_parent.html +0 -0
- data/test/hum/templates/complex_parent/complex_parent.sass +0 -12
- data/test/hum/templates/complex_parent/complex_parent_clean.sass +0 -6
- data/test/hum/templates/complex_parent/complex_parent_end.html +0 -18
- data/test/hum/templates/deep_nest/deep_nest.array +0 -1
- data/test/hum/templates/deep_nest/deep_nest.css +0 -15
- data/test/hum/templates/deep_nest/deep_nest.haml +0 -19
- data/test/hum/templates/deep_nest/deep_nest.haml_tags +0 -1
- data/test/hum/templates/deep_nest/deep_nest.html +0 -0
- data/test/hum/templates/deep_nest/deep_nest.sass +0 -10
- data/test/hum/templates/deep_nest/deep_nest_clean.sass +0 -5
- data/test/hum/templates/deep_nest/deep_nest_end.html +0 -27
- data/test/hum/templates/deep_nest/deep_nest_start.scss +0 -15
- data/test/hum/templates/line_nest/line_nest.array +0 -1
- data/test/hum/templates/line_nest/line_nest.css +0 -6
- data/test/hum/templates/line_nest/line_nest.haml +0 -9
- data/test/hum/templates/line_nest/line_nest.haml_tags +0 -1
- data/test/hum/templates/line_nest/line_nest.html +0 -0
- data/test/hum/templates/line_nest/line_nest.sass +0 -5
- data/test/hum/templates/line_nest/line_nest_clean.sass +0 -2
- data/test/hum/templates/line_nest/line_nest_end.html +0 -15
- data/test/hum/templates/nest/nest.array +0 -1
- data/test/hum/templates/nest/nest.css +0 -9
- data/test/hum/templates/nest/nest.haml_tags +0 -1
- data/test/hum/templates/nest/nest.html +0 -0
- data/test/hum/templates/nest/nest_clean.sass +0 -3
- data/test/hum/templates/nest/nest_end.html +0 -12
- data/test/hum/templates/parent_nest/parent_nest.array +0 -1
- data/test/hum/templates/parent_nest/parent_nest.css +0 -12
- data/test/hum/templates/parent_nest/parent_nest.haml +0 -8
- data/test/hum/templates/parent_nest/parent_nest.haml_tags +0 -1
- data/test/hum/templates/parent_nest/parent_nest.html +0 -0
- data/test/hum/templates/parent_nest/parent_nest.sass +0 -8
- data/test/hum/templates/parent_nest/parent_nest_clean.sass +0 -4
- data/test/hum/templates/parent_nest/parent_nest_end.html +0 -12
- data/test/hum/templates/parent_select/parent_select.array +0 -1
- data/test/hum/templates/parent_select/parent_select.css +0 -4
- data/test/hum/templates/parent_select/parent_select.haml +0 -6
- data/test/hum/templates/parent_select/parent_select.haml_tags +0 -1
- data/test/hum/templates/parent_select/parent_select.html +0 -0
- data/test/hum/templates/parent_select/parent_select.sass +0 -4
- data/test/hum/templates/parent_select/parent_select_clean.sass +0 -2
- data/test/hum/templates/parent_select/parent_select_end.html +0 -9
- data/test/hum/templates/simple/simple.array +0 -1
- data/test/hum/templates/simple/simple.css +0 -9
- data/test/hum/templates/simple/simple.haml_tags +0 -1
- data/test/hum/templates/simple/simple.html +0 -0
- data/test/hum/templates/simple/simple_clean.sass +0 -3
- data/test/hum/templates/simple/simple_end.html +0 -10
- data/test/hum/templates/single/single.array +0 -1
- data/test/hum/templates/single/single.css +0 -3
- data/test/hum/templates/single/single.haml_tags +0 -1
- data/test/hum/templates/single/single.html +0 -0
- data/test/hum/templates/single/single_clean.sass +0 -1
- data/test/hum/templates/single/single_end.html +0 -8
- data/test/run_tests.rb +0 -119
data/lib/hum/exec.rb
CHANGED
@@ -76,7 +76,7 @@ module Hum
|
|
76
76
|
#open css
|
77
77
|
input = @files[:input]
|
78
78
|
@machine = Engine.new
|
79
|
-
@machine.load(input)
|
79
|
+
@machine.load(input)
|
80
80
|
@machine.run
|
81
81
|
rescue Exception => e
|
82
82
|
puts e
|
@@ -88,9 +88,10 @@ module Hum
|
|
88
88
|
def watch
|
89
89
|
puts ">>> Hum is watching for changes. Press Ctrl-C to stop."
|
90
90
|
begin
|
91
|
+
target = ""
|
91
92
|
current_path = Dir.pwd
|
92
93
|
monitor = FSSM::Monitor.new
|
93
|
-
monitor.path current_path, "**/*.
|
94
|
+
monitor.path current_path, ["**/*.scss", "**/*.sass"] do
|
94
95
|
update do |b, input|
|
95
96
|
puts ">>> Change found - #{input}..."
|
96
97
|
@machine = Engine.new
|
data/lib/hum/version.rb
CHANGED
@@ -0,0 +1,28 @@
|
|
1
|
+
dir_lib = File.dirname(__FILE__) + '/../lib'
|
2
|
+
$:.unshift dir_lib unless $:.include?(dir_lib)
|
3
|
+
|
4
|
+
require 'test/unit'
|
5
|
+
require 'fileutils'
|
6
|
+
require 'hum/engine'
|
7
|
+
|
8
|
+
class HumText < Test::Unit::TestCase
|
9
|
+
|
10
|
+
def setup
|
11
|
+
@machine = Hum::Engine.new
|
12
|
+
end
|
13
|
+
|
14
|
+
#testing invalid files
|
15
|
+
def test_invalid_file
|
16
|
+
#get a bad file
|
17
|
+
file = File.open("#{File.expand_path('../', __FILE__)}/other/bad.file", "r")
|
18
|
+
|
19
|
+
#load it
|
20
|
+
@machine.load(file)
|
21
|
+
|
22
|
+
#close it
|
23
|
+
file.close()
|
24
|
+
|
25
|
+
#should fail
|
26
|
+
assert_equal(@machine.run_haml, "")
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,132 @@
|
|
1
|
+
dir_lib = File.dirname(__FILE__) + '/../lib'
|
2
|
+
$:.unshift dir_lib unless $:.include?(dir_lib)
|
3
|
+
|
4
|
+
require 'test/unit'
|
5
|
+
require 'fileutils'
|
6
|
+
require 'hum/engine'
|
7
|
+
|
8
|
+
class HumText < Test::Unit::TestCase
|
9
|
+
|
10
|
+
def setup
|
11
|
+
@machine = Hum::Engine.new
|
12
|
+
end
|
13
|
+
|
14
|
+
#test SASS files
|
15
|
+
def test_property_value
|
16
|
+
@file = "property_value"
|
17
|
+
quick_test
|
18
|
+
end
|
19
|
+
|
20
|
+
def test_nests
|
21
|
+
@file = "nests"
|
22
|
+
quick_test
|
23
|
+
end
|
24
|
+
|
25
|
+
def test_single_line_nest
|
26
|
+
@file = "single_line_nest"
|
27
|
+
quick_test
|
28
|
+
end
|
29
|
+
|
30
|
+
def test_parent_selector
|
31
|
+
@file = "parent_selector"
|
32
|
+
quick_test
|
33
|
+
end
|
34
|
+
|
35
|
+
def test_siblings
|
36
|
+
@file = "siblings"
|
37
|
+
quick_test
|
38
|
+
end
|
39
|
+
|
40
|
+
def test_insert_extra_child
|
41
|
+
@file = "insert_extra_child"
|
42
|
+
quick_test
|
43
|
+
end
|
44
|
+
|
45
|
+
def test_parent_siblings
|
46
|
+
@file = "parent_siblings"
|
47
|
+
quick_test
|
48
|
+
end
|
49
|
+
|
50
|
+
private
|
51
|
+
|
52
|
+
def quick_test
|
53
|
+
#start
|
54
|
+
start_engine
|
55
|
+
|
56
|
+
#load sass
|
57
|
+
load_file
|
58
|
+
|
59
|
+
#compare files
|
60
|
+
compare_files
|
61
|
+
end
|
62
|
+
|
63
|
+
def long_test
|
64
|
+
#start
|
65
|
+
start_engine
|
66
|
+
|
67
|
+
#load sass
|
68
|
+
load_file
|
69
|
+
|
70
|
+
#runs comparison on the SASS
|
71
|
+
compare_sass
|
72
|
+
|
73
|
+
#runs clean sass
|
74
|
+
compare_clean_sass
|
75
|
+
|
76
|
+
#parse clean CSS into hashes of data
|
77
|
+
compare_hashes
|
78
|
+
|
79
|
+
#compare HAML tags
|
80
|
+
compare_haml_tags
|
81
|
+
|
82
|
+
#compare HAML tags
|
83
|
+
compare_haml
|
84
|
+
|
85
|
+
#compare HTML
|
86
|
+
compare_html
|
87
|
+
end
|
88
|
+
|
89
|
+
def start_engine
|
90
|
+
#path to folders
|
91
|
+
@path = File.expand_path('../', __FILE__)
|
92
|
+
|
93
|
+
#the starting test
|
94
|
+
@sass = File.open("#{@path}/sass/#{@file}.sass", "r")
|
95
|
+
|
96
|
+
#the matched result
|
97
|
+
@result = File.open("#{@path}/haml/#{@file}.haml", "r")
|
98
|
+
end
|
99
|
+
|
100
|
+
def load_file
|
101
|
+
@machine.load(@sass)
|
102
|
+
@sass.close()
|
103
|
+
end
|
104
|
+
|
105
|
+
def compare_files
|
106
|
+
assert_equal(@machine.run_haml, @result.read)
|
107
|
+
end
|
108
|
+
|
109
|
+
def compare_sass
|
110
|
+
assert_equal(@machine.render_sass, File.open("#{@path}/long_test/#{@file}.sass", 'r').read)
|
111
|
+
end
|
112
|
+
|
113
|
+
def compare_clean_sass
|
114
|
+
assert_equal(@machine.clean_sass, File.open("#{@path}/long_test/#{@file}_clean.sass", 'r').read)
|
115
|
+
end
|
116
|
+
|
117
|
+
def compare_hashes
|
118
|
+
assert_equal(@machine.build_hashes.inspect.to_s, File.open("#{@path}/long_test/#{@file}.array", 'r').read)
|
119
|
+
end
|
120
|
+
|
121
|
+
def compare_haml_tags
|
122
|
+
assert_equal(@machine.render_haml_tags.inspect.to_s, File.open("#{@path}/long_test/#{@file}.haml_tags", 'r').read)
|
123
|
+
end
|
124
|
+
|
125
|
+
def compare_haml
|
126
|
+
assert_equal(@machine.output_haml, File.open("#{@path}/long_test/#{@file}.haml", 'r').read)
|
127
|
+
end
|
128
|
+
|
129
|
+
def compare_html
|
130
|
+
assert_equal(@machine.output_html, File.open("#{@path}/long_test/#{@file}_end.html", 'r').read)
|
131
|
+
end
|
132
|
+
end
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,2 +1,2 @@
|
|
1
|
-
p
|
1
|
+
.foo .bar p
|
2
2
|
font-size: 12px
|
@@ -0,0 +1,28 @@
|
|
1
|
+
dir_lib = File.dirname(__FILE__) + '/../lib'
|
2
|
+
$:.unshift dir_lib unless $:.include?(dir_lib)
|
3
|
+
|
4
|
+
require 'test/unit'
|
5
|
+
require 'fileutils'
|
6
|
+
require 'hum/engine'
|
7
|
+
|
8
|
+
class HumText < Test::Unit::TestCase
|
9
|
+
|
10
|
+
def setup
|
11
|
+
@machine = Hum::Engine.new
|
12
|
+
end
|
13
|
+
|
14
|
+
#testing sass-convert
|
15
|
+
def test_sass_convert
|
16
|
+
#get a bad file
|
17
|
+
file = File.open("#{File.expand_path('../', __FILE__)}/other/example.scss", "r")
|
18
|
+
|
19
|
+
#load it
|
20
|
+
@machine.load(file)
|
21
|
+
|
22
|
+
#close it
|
23
|
+
file.close()
|
24
|
+
|
25
|
+
#should fail
|
26
|
+
assert_not_nil(@machine.run_haml)
|
27
|
+
end
|
28
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,41 +9,52 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-01-
|
12
|
+
date: 2012-01-15 00:00:00.000000000Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: sass
|
16
|
-
requirement: &
|
16
|
+
requirement: &2156281120 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
21
|
+
version: 3.1.12
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *2156281120
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: haml
|
27
|
-
requirement: &
|
27
|
+
requirement: &2156280380 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version:
|
32
|
+
version: 3.1.4
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *2156280380
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: fssm
|
38
|
-
requirement: &
|
38
|
+
requirement: &2156279760 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
42
42
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
43
|
+
version: 0.2.7
|
44
44
|
type: :runtime
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *2156279760
|
47
|
+
- !ruby/object:Gem::Dependency
|
48
|
+
name: colored
|
49
|
+
requirement: &2156279140 !ruby/object:Gem::Requirement
|
50
|
+
none: false
|
51
|
+
requirements:
|
52
|
+
- - ! '>='
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '1.2'
|
55
|
+
type: :runtime
|
56
|
+
prerelease: false
|
57
|
+
version_requirements: *2156279140
|
47
58
|
description: Hum generates HTML from your SASS or CSS. View more info at github.com/jefweg/hum
|
48
59
|
email:
|
49
60
|
- jeff@jwegesin.com
|
@@ -66,80 +77,25 @@ files:
|
|
66
77
|
- lib/hum/exec.rb
|
67
78
|
- lib/hum/string.rb
|
68
79
|
- lib/hum/version.rb
|
69
|
-
- test/
|
70
|
-
- test/
|
71
|
-
- test/
|
72
|
-
- test/
|
73
|
-
- test/
|
74
|
-
- test/
|
75
|
-
- test/
|
76
|
-
- test/
|
77
|
-
- test/
|
78
|
-
- test/
|
79
|
-
- test/
|
80
|
-
- test/
|
81
|
-
- test/
|
82
|
-
- test/
|
83
|
-
- test/
|
84
|
-
- test/
|
85
|
-
- test/
|
86
|
-
- test/
|
87
|
-
- test/
|
88
|
-
- test/hum/templates/deep_nest/deep_nest.haml_tags
|
89
|
-
- test/hum/templates/deep_nest/deep_nest.html
|
90
|
-
- test/hum/templates/deep_nest/deep_nest.sass
|
91
|
-
- test/hum/templates/deep_nest/deep_nest_clean.sass
|
92
|
-
- test/hum/templates/deep_nest/deep_nest_end.html
|
93
|
-
- test/hum/templates/deep_nest/deep_nest_start.scss
|
94
|
-
- test/hum/templates/line_nest/line_nest.array
|
95
|
-
- test/hum/templates/line_nest/line_nest.css
|
96
|
-
- test/hum/templates/line_nest/line_nest.haml
|
97
|
-
- test/hum/templates/line_nest/line_nest.haml_tags
|
98
|
-
- test/hum/templates/line_nest/line_nest.html
|
99
|
-
- test/hum/templates/line_nest/line_nest.sass
|
100
|
-
- test/hum/templates/line_nest/line_nest_clean.sass
|
101
|
-
- test/hum/templates/line_nest/line_nest_end.html
|
102
|
-
- test/hum/templates/nest/nest.array
|
103
|
-
- test/hum/templates/nest/nest.css
|
104
|
-
- test/hum/templates/nest/nest.haml
|
105
|
-
- test/hum/templates/nest/nest.haml_tags
|
106
|
-
- test/hum/templates/nest/nest.html
|
107
|
-
- test/hum/templates/nest/nest.sass
|
108
|
-
- test/hum/templates/nest/nest_clean.sass
|
109
|
-
- test/hum/templates/nest/nest_end.html
|
110
|
-
- test/hum/templates/parent_nest/parent_nest.array
|
111
|
-
- test/hum/templates/parent_nest/parent_nest.css
|
112
|
-
- test/hum/templates/parent_nest/parent_nest.haml
|
113
|
-
- test/hum/templates/parent_nest/parent_nest.haml_tags
|
114
|
-
- test/hum/templates/parent_nest/parent_nest.html
|
115
|
-
- test/hum/templates/parent_nest/parent_nest.sass
|
116
|
-
- test/hum/templates/parent_nest/parent_nest_clean.sass
|
117
|
-
- test/hum/templates/parent_nest/parent_nest_end.html
|
118
|
-
- test/hum/templates/parent_select/parent_select.array
|
119
|
-
- test/hum/templates/parent_select/parent_select.css
|
120
|
-
- test/hum/templates/parent_select/parent_select.haml
|
121
|
-
- test/hum/templates/parent_select/parent_select.haml_tags
|
122
|
-
- test/hum/templates/parent_select/parent_select.html
|
123
|
-
- test/hum/templates/parent_select/parent_select.sass
|
124
|
-
- test/hum/templates/parent_select/parent_select_clean.sass
|
125
|
-
- test/hum/templates/parent_select/parent_select_end.html
|
126
|
-
- test/hum/templates/simple/simple.array
|
127
|
-
- test/hum/templates/simple/simple.css
|
128
|
-
- test/hum/templates/simple/simple.haml
|
129
|
-
- test/hum/templates/simple/simple.haml_tags
|
130
|
-
- test/hum/templates/simple/simple.html
|
131
|
-
- test/hum/templates/simple/simple.sass
|
132
|
-
- test/hum/templates/simple/simple_clean.sass
|
133
|
-
- test/hum/templates/simple/simple_end.html
|
134
|
-
- test/hum/templates/single/single.array
|
135
|
-
- test/hum/templates/single/single.css
|
136
|
-
- test/hum/templates/single/single.haml
|
137
|
-
- test/hum/templates/single/single.haml_tags
|
138
|
-
- test/hum/templates/single/single.html
|
139
|
-
- test/hum/templates/single/single.sass
|
140
|
-
- test/hum/templates/single/single_clean.sass
|
141
|
-
- test/hum/templates/single/single_end.html
|
142
|
-
- test/run_tests.rb
|
80
|
+
- test/bad_file_test.rb
|
81
|
+
- test/engine_tests.rb
|
82
|
+
- test/haml/insert_extra_child.haml
|
83
|
+
- test/haml/nests.haml
|
84
|
+
- test/haml/parent_selector.haml
|
85
|
+
- test/haml/parent_siblings.haml
|
86
|
+
- test/haml/property_value.haml
|
87
|
+
- test/haml/siblings.haml
|
88
|
+
- test/haml/single_line_nest.haml
|
89
|
+
- test/other/bad.file
|
90
|
+
- test/other/example.scss
|
91
|
+
- test/sass/insert_extra_child.sass
|
92
|
+
- test/sass/nests.sass
|
93
|
+
- test/sass/parent_selector.sass
|
94
|
+
- test/sass/parent_siblings.sass
|
95
|
+
- test/sass/property_value.sass
|
96
|
+
- test/sass/siblings.sass
|
97
|
+
- test/sass/single_line_nest.sass
|
98
|
+
- test/sass_convert_test.rb
|
143
99
|
homepage: ''
|
144
100
|
licenses: []
|
145
101
|
post_install_message:
|
@@ -165,77 +121,22 @@ signing_key:
|
|
165
121
|
specification_version: 3
|
166
122
|
summary: Generate HTML from your SASS or CSS
|
167
123
|
test_files:
|
168
|
-
- test/
|
169
|
-
- test/
|
170
|
-
- test/
|
171
|
-
- test/
|
172
|
-
- test/
|
173
|
-
- test/
|
174
|
-
- test/
|
175
|
-
- test/
|
176
|
-
- test/
|
177
|
-
- test/
|
178
|
-
- test/
|
179
|
-
- test/
|
180
|
-
- test/
|
181
|
-
- test/
|
182
|
-
- test/
|
183
|
-
- test/
|
184
|
-
- test/
|
185
|
-
- test/
|
186
|
-
- test/
|
187
|
-
- test/hum/templates/deep_nest/deep_nest.haml_tags
|
188
|
-
- test/hum/templates/deep_nest/deep_nest.html
|
189
|
-
- test/hum/templates/deep_nest/deep_nest.sass
|
190
|
-
- test/hum/templates/deep_nest/deep_nest_clean.sass
|
191
|
-
- test/hum/templates/deep_nest/deep_nest_end.html
|
192
|
-
- test/hum/templates/deep_nest/deep_nest_start.scss
|
193
|
-
- test/hum/templates/line_nest/line_nest.array
|
194
|
-
- test/hum/templates/line_nest/line_nest.css
|
195
|
-
- test/hum/templates/line_nest/line_nest.haml
|
196
|
-
- test/hum/templates/line_nest/line_nest.haml_tags
|
197
|
-
- test/hum/templates/line_nest/line_nest.html
|
198
|
-
- test/hum/templates/line_nest/line_nest.sass
|
199
|
-
- test/hum/templates/line_nest/line_nest_clean.sass
|
200
|
-
- test/hum/templates/line_nest/line_nest_end.html
|
201
|
-
- test/hum/templates/nest/nest.array
|
202
|
-
- test/hum/templates/nest/nest.css
|
203
|
-
- test/hum/templates/nest/nest.haml
|
204
|
-
- test/hum/templates/nest/nest.haml_tags
|
205
|
-
- test/hum/templates/nest/nest.html
|
206
|
-
- test/hum/templates/nest/nest.sass
|
207
|
-
- test/hum/templates/nest/nest_clean.sass
|
208
|
-
- test/hum/templates/nest/nest_end.html
|
209
|
-
- test/hum/templates/parent_nest/parent_nest.array
|
210
|
-
- test/hum/templates/parent_nest/parent_nest.css
|
211
|
-
- test/hum/templates/parent_nest/parent_nest.haml
|
212
|
-
- test/hum/templates/parent_nest/parent_nest.haml_tags
|
213
|
-
- test/hum/templates/parent_nest/parent_nest.html
|
214
|
-
- test/hum/templates/parent_nest/parent_nest.sass
|
215
|
-
- test/hum/templates/parent_nest/parent_nest_clean.sass
|
216
|
-
- test/hum/templates/parent_nest/parent_nest_end.html
|
217
|
-
- test/hum/templates/parent_select/parent_select.array
|
218
|
-
- test/hum/templates/parent_select/parent_select.css
|
219
|
-
- test/hum/templates/parent_select/parent_select.haml
|
220
|
-
- test/hum/templates/parent_select/parent_select.haml_tags
|
221
|
-
- test/hum/templates/parent_select/parent_select.html
|
222
|
-
- test/hum/templates/parent_select/parent_select.sass
|
223
|
-
- test/hum/templates/parent_select/parent_select_clean.sass
|
224
|
-
- test/hum/templates/parent_select/parent_select_end.html
|
225
|
-
- test/hum/templates/simple/simple.array
|
226
|
-
- test/hum/templates/simple/simple.css
|
227
|
-
- test/hum/templates/simple/simple.haml
|
228
|
-
- test/hum/templates/simple/simple.haml_tags
|
229
|
-
- test/hum/templates/simple/simple.html
|
230
|
-
- test/hum/templates/simple/simple.sass
|
231
|
-
- test/hum/templates/simple/simple_clean.sass
|
232
|
-
- test/hum/templates/simple/simple_end.html
|
233
|
-
- test/hum/templates/single/single.array
|
234
|
-
- test/hum/templates/single/single.css
|
235
|
-
- test/hum/templates/single/single.haml
|
236
|
-
- test/hum/templates/single/single.haml_tags
|
237
|
-
- test/hum/templates/single/single.html
|
238
|
-
- test/hum/templates/single/single.sass
|
239
|
-
- test/hum/templates/single/single_clean.sass
|
240
|
-
- test/hum/templates/single/single_end.html
|
241
|
-
- test/run_tests.rb
|
124
|
+
- test/bad_file_test.rb
|
125
|
+
- test/engine_tests.rb
|
126
|
+
- test/haml/insert_extra_child.haml
|
127
|
+
- test/haml/nests.haml
|
128
|
+
- test/haml/parent_selector.haml
|
129
|
+
- test/haml/parent_siblings.haml
|
130
|
+
- test/haml/property_value.haml
|
131
|
+
- test/haml/siblings.haml
|
132
|
+
- test/haml/single_line_nest.haml
|
133
|
+
- test/other/bad.file
|
134
|
+
- test/other/example.scss
|
135
|
+
- test/sass/insert_extra_child.sass
|
136
|
+
- test/sass/nests.sass
|
137
|
+
- test/sass/parent_selector.sass
|
138
|
+
- test/sass/parent_siblings.sass
|
139
|
+
- test/sass/property_value.sass
|
140
|
+
- test/sass/siblings.sass
|
141
|
+
- test/sass/single_line_nest.sass
|
142
|
+
- test/sass_convert_test.rb
|