sass 3.4.25 → 3.7.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (237) hide show
  1. checksums.yaml +4 -4
  2. data/CODE_OF_CONDUCT.md +1 -1
  3. data/CONTRIBUTING.md +3 -3
  4. data/README.md +17 -9
  5. data/VERSION +1 -1
  6. data/VERSION_DATE +1 -1
  7. data/VERSION_NAME +1 -1
  8. data/extra/sass-spec-ref.sh +9 -1
  9. data/lib/sass.rb +0 -7
  10. data/lib/sass/cache_stores/filesystem.rb +1 -1
  11. data/lib/sass/css.rb +1 -2
  12. data/lib/sass/engine.rb +39 -29
  13. data/lib/sass/environment.rb +26 -5
  14. data/lib/sass/error.rb +2 -2
  15. data/lib/sass/exec/base.rb +2 -13
  16. data/lib/sass/exec/sass_scss.rb +1 -5
  17. data/lib/sass/features.rb +1 -0
  18. data/lib/sass/importers/filesystem.rb +6 -4
  19. data/lib/sass/logger/base.rb +11 -0
  20. data/lib/sass/plugin/compiler.rb +20 -50
  21. data/lib/sass/plugin/configuration.rb +2 -2
  22. data/lib/sass/railtie.rb +1 -1
  23. data/lib/sass/script/css_parser.rb +4 -1
  24. data/lib/sass/script/functions.rb +308 -81
  25. data/lib/sass/script/lexer.rb +63 -9
  26. data/lib/sass/script/parser.rb +287 -118
  27. data/lib/sass/script/tree/funcall.rb +35 -34
  28. data/lib/sass/script/tree/interpolation.rb +0 -3
  29. data/lib/sass/script/tree/list_literal.rb +23 -8
  30. data/lib/sass/script/tree/map_literal.rb +2 -2
  31. data/lib/sass/script/tree/node.rb +0 -8
  32. data/lib/sass/script/tree/operation.rb +1 -8
  33. data/lib/sass/script/value.rb +2 -0
  34. data/lib/sass/script/value/arg_list.rb +1 -1
  35. data/lib/sass/script/value/base.rb +17 -0
  36. data/lib/sass/script/value/callable.rb +25 -0
  37. data/lib/sass/script/value/color.rb +8 -2
  38. data/lib/sass/script/value/function.rb +19 -0
  39. data/lib/sass/script/value/helpers.rb +37 -11
  40. data/lib/sass/script/value/list.rb +35 -14
  41. data/lib/sass/script/value/map.rb +2 -2
  42. data/lib/sass/script/value/number.rb +3 -2
  43. data/lib/sass/scss/css_parser.rb +6 -1
  44. data/lib/sass/scss/parser.rb +145 -56
  45. data/lib/sass/scss/rx.rb +5 -11
  46. data/lib/sass/scss/static_parser.rb +20 -42
  47. data/lib/sass/selector.rb +4 -0
  48. data/lib/sass/selector/abstract_sequence.rb +7 -6
  49. data/lib/sass/selector/comma_sequence.rb +9 -5
  50. data/lib/sass/selector/pseudo.rb +20 -3
  51. data/lib/sass/selector/sequence.rb +35 -10
  52. data/lib/sass/selector/simple.rb +9 -2
  53. data/lib/sass/selector/simple_sequence.rb +8 -4
  54. data/lib/sass/source/map.rb +2 -6
  55. data/lib/sass/stack.rb +21 -1
  56. data/lib/sass/tree/charset_node.rb +1 -1
  57. data/lib/sass/tree/prop_node.rb +45 -53
  58. data/lib/sass/tree/rule_node.rb +6 -8
  59. data/lib/sass/tree/visitors/check_nesting.rb +1 -1
  60. data/lib/sass/tree/visitors/convert.rb +2 -3
  61. data/lib/sass/tree/visitors/cssize.rb +4 -15
  62. data/lib/sass/tree/visitors/deep_copy.rb +1 -1
  63. data/lib/sass/tree/visitors/extend.rb +2 -8
  64. data/lib/sass/tree/visitors/perform.rb +23 -15
  65. data/lib/sass/tree/visitors/set_options.rb +1 -1
  66. data/lib/sass/tree/visitors/to_css.rb +49 -22
  67. data/lib/sass/util.rb +72 -310
  68. data/lib/sass/util/multibyte_string_scanner.rb +127 -131
  69. data/lib/sass/util/normalized_map.rb +1 -8
  70. data/lib/sass/version.rb +0 -4
  71. metadata +55 -202
  72. data/Rakefile +0 -453
  73. data/lib/sass/script/css_variable_warning.rb +0 -52
  74. data/lib/sass/util/cross_platform_random.rb +0 -19
  75. data/lib/sass/util/ordered_hash.rb +0 -192
  76. data/test/sass-spec.yml +0 -3
  77. data/test/sass/cache_test.rb +0 -131
  78. data/test/sass/callbacks_test.rb +0 -61
  79. data/test/sass/compiler_test.rb +0 -236
  80. data/test/sass/conversion_test.rb +0 -2188
  81. data/test/sass/css2sass_test.rb +0 -526
  82. data/test/sass/css_variable_test.rb +0 -132
  83. data/test/sass/data/hsl-rgb.txt +0 -319
  84. data/test/sass/encoding_test.rb +0 -219
  85. data/test/sass/engine_test.rb +0 -3447
  86. data/test/sass/exec_test.rb +0 -96
  87. data/test/sass/extend_test.rb +0 -1733
  88. data/test/sass/fixtures/test_staleness_check_across_importers.css +0 -1
  89. data/test/sass/fixtures/test_staleness_check_across_importers.scss +0 -1
  90. data/test/sass/functions_test.rb +0 -1977
  91. data/test/sass/importer_test.rb +0 -421
  92. data/test/sass/logger_test.rb +0 -58
  93. data/test/sass/mock_importer.rb +0 -49
  94. data/test/sass/more_results/more1.css +0 -9
  95. data/test/sass/more_results/more1_with_line_comments.css +0 -26
  96. data/test/sass/more_results/more_import.css +0 -29
  97. data/test/sass/more_templates/_more_partial.sass +0 -2
  98. data/test/sass/more_templates/more1.sass +0 -23
  99. data/test/sass/more_templates/more_import.sass +0 -11
  100. data/test/sass/plugin_test.rb +0 -556
  101. data/test/sass/results/alt.css +0 -4
  102. data/test/sass/results/basic.css +0 -9
  103. data/test/sass/results/cached_import_option.css +0 -3
  104. data/test/sass/results/compact.css +0 -5
  105. data/test/sass/results/complex.css +0 -86
  106. data/test/sass/results/compressed.css +0 -1
  107. data/test/sass/results/expanded.css +0 -19
  108. data/test/sass/results/filename_fn.css +0 -3
  109. data/test/sass/results/if.css +0 -3
  110. data/test/sass/results/import.css +0 -31
  111. data/test/sass/results/import_charset.css +0 -5
  112. data/test/sass/results/import_charset_1_8.css +0 -5
  113. data/test/sass/results/import_charset_ibm866.css +0 -5
  114. data/test/sass/results/import_content.css +0 -1
  115. data/test/sass/results/line_numbers.css +0 -49
  116. data/test/sass/results/mixins.css +0 -95
  117. data/test/sass/results/multiline.css +0 -24
  118. data/test/sass/results/nested.css +0 -22
  119. data/test/sass/results/options.css +0 -1
  120. data/test/sass/results/parent_ref.css +0 -13
  121. data/test/sass/results/script.css +0 -16
  122. data/test/sass/results/scss_import.css +0 -31
  123. data/test/sass/results/scss_importee.css +0 -2
  124. data/test/sass/results/subdir/nested_subdir/nested_subdir.css +0 -1
  125. data/test/sass/results/subdir/subdir.css +0 -3
  126. data/test/sass/results/units.css +0 -11
  127. data/test/sass/results/warn.css +0 -0
  128. data/test/sass/results/warn_imported.css +0 -0
  129. data/test/sass/script_conversion_test.rb +0 -357
  130. data/test/sass/script_test.rb +0 -1431
  131. data/test/sass/scss/css_test.rb +0 -1281
  132. data/test/sass/scss/rx_test.rb +0 -160
  133. data/test/sass/scss/scss_test.rb +0 -4205
  134. data/test/sass/scss/test_helper.rb +0 -37
  135. data/test/sass/source_map_test.rb +0 -1055
  136. data/test/sass/superselector_test.rb +0 -210
  137. data/test/sass/templates/_cached_import_option_partial.scss +0 -1
  138. data/test/sass/templates/_double_import_loop2.sass +0 -1
  139. data/test/sass/templates/_filename_fn_import.scss +0 -11
  140. data/test/sass/templates/_imported_charset_ibm866.sass +0 -4
  141. data/test/sass/templates/_imported_charset_utf8.sass +0 -4
  142. data/test/sass/templates/_imported_content.sass +0 -3
  143. data/test/sass/templates/_partial.sass +0 -2
  144. data/test/sass/templates/_same_name_different_partiality.scss +0 -1
  145. data/test/sass/templates/alt.sass +0 -16
  146. data/test/sass/templates/basic.sass +0 -23
  147. data/test/sass/templates/bork1.sass +0 -2
  148. data/test/sass/templates/bork2.sass +0 -2
  149. data/test/sass/templates/bork3.sass +0 -2
  150. data/test/sass/templates/bork4.sass +0 -2
  151. data/test/sass/templates/bork5.sass +0 -3
  152. data/test/sass/templates/cached_import_option.scss +0 -3
  153. data/test/sass/templates/compact.sass +0 -17
  154. data/test/sass/templates/complex.sass +0 -305
  155. data/test/sass/templates/compressed.sass +0 -15
  156. data/test/sass/templates/double_import_loop1.sass +0 -1
  157. data/test/sass/templates/expanded.sass +0 -17
  158. data/test/sass/templates/filename_fn.scss +0 -18
  159. data/test/sass/templates/if.sass +0 -11
  160. data/test/sass/templates/import.sass +0 -12
  161. data/test/sass/templates/import_charset.sass +0 -9
  162. data/test/sass/templates/import_charset_1_8.sass +0 -6
  163. data/test/sass/templates/import_charset_ibm866.sass +0 -11
  164. data/test/sass/templates/import_content.sass +0 -4
  165. data/test/sass/templates/importee.less +0 -2
  166. data/test/sass/templates/importee.sass +0 -19
  167. data/test/sass/templates/line_numbers.sass +0 -13
  168. data/test/sass/templates/mixin_bork.sass +0 -5
  169. data/test/sass/templates/mixins.sass +0 -76
  170. data/test/sass/templates/multiline.sass +0 -20
  171. data/test/sass/templates/nested.sass +0 -25
  172. data/test/sass/templates/nested_bork1.sass +0 -2
  173. data/test/sass/templates/nested_bork2.sass +0 -2
  174. data/test/sass/templates/nested_bork3.sass +0 -2
  175. data/test/sass/templates/nested_bork4.sass +0 -2
  176. data/test/sass/templates/nested_import.sass +0 -2
  177. data/test/sass/templates/nested_mixin_bork.sass +0 -6
  178. data/test/sass/templates/options.sass +0 -2
  179. data/test/sass/templates/parent_ref.sass +0 -25
  180. data/test/sass/templates/same_name_different_ext.sass +0 -2
  181. data/test/sass/templates/same_name_different_ext.scss +0 -1
  182. data/test/sass/templates/same_name_different_partiality.scss +0 -1
  183. data/test/sass/templates/script.sass +0 -101
  184. data/test/sass/templates/scss_import.scss +0 -12
  185. data/test/sass/templates/scss_importee.scss +0 -1
  186. data/test/sass/templates/single_import_loop.sass +0 -1
  187. data/test/sass/templates/subdir/import_up1.scss +0 -1
  188. data/test/sass/templates/subdir/import_up2.scss +0 -1
  189. data/test/sass/templates/subdir/nested_subdir/_nested_partial.sass +0 -2
  190. data/test/sass/templates/subdir/nested_subdir/nested_subdir.sass +0 -3
  191. data/test/sass/templates/subdir/subdir.sass +0 -6
  192. data/test/sass/templates/units.sass +0 -11
  193. data/test/sass/templates/warn.sass +0 -3
  194. data/test/sass/templates/warn_imported.sass +0 -4
  195. data/test/sass/test_helper.rb +0 -8
  196. data/test/sass/util/multibyte_string_scanner_test.rb +0 -155
  197. data/test/sass/util/normalized_map_test.rb +0 -51
  198. data/test/sass/util/subset_map_test.rb +0 -91
  199. data/test/sass/util_test.rb +0 -438
  200. data/test/sass/value_helpers_test.rb +0 -179
  201. data/test/test_helper.rb +0 -110
  202. data/vendor/listen/CHANGELOG.md +0 -1
  203. data/vendor/listen/CONTRIBUTING.md +0 -38
  204. data/vendor/listen/Gemfile +0 -20
  205. data/vendor/listen/Guardfile +0 -8
  206. data/vendor/listen/LICENSE +0 -20
  207. data/vendor/listen/README.md +0 -349
  208. data/vendor/listen/Rakefile +0 -5
  209. data/vendor/listen/Vagrantfile +0 -96
  210. data/vendor/listen/lib/listen.rb +0 -54
  211. data/vendor/listen/lib/listen/adapter.rb +0 -327
  212. data/vendor/listen/lib/listen/adapters/bsd.rb +0 -75
  213. data/vendor/listen/lib/listen/adapters/darwin.rb +0 -48
  214. data/vendor/listen/lib/listen/adapters/linux.rb +0 -81
  215. data/vendor/listen/lib/listen/adapters/polling.rb +0 -58
  216. data/vendor/listen/lib/listen/adapters/windows.rb +0 -91
  217. data/vendor/listen/lib/listen/directory_record.rb +0 -406
  218. data/vendor/listen/lib/listen/listener.rb +0 -323
  219. data/vendor/listen/lib/listen/turnstile.rb +0 -32
  220. data/vendor/listen/lib/listen/version.rb +0 -3
  221. data/vendor/listen/listen.gemspec +0 -28
  222. data/vendor/listen/spec/listen/adapter_spec.rb +0 -149
  223. data/vendor/listen/spec/listen/adapters/bsd_spec.rb +0 -36
  224. data/vendor/listen/spec/listen/adapters/darwin_spec.rb +0 -37
  225. data/vendor/listen/spec/listen/adapters/linux_spec.rb +0 -47
  226. data/vendor/listen/spec/listen/adapters/polling_spec.rb +0 -68
  227. data/vendor/listen/spec/listen/adapters/windows_spec.rb +0 -30
  228. data/vendor/listen/spec/listen/directory_record_spec.rb +0 -1250
  229. data/vendor/listen/spec/listen/listener_spec.rb +0 -258
  230. data/vendor/listen/spec/listen/turnstile_spec.rb +0 -56
  231. data/vendor/listen/spec/listen_spec.rb +0 -67
  232. data/vendor/listen/spec/spec_helper.rb +0 -25
  233. data/vendor/listen/spec/support/adapter_helper.rb +0 -666
  234. data/vendor/listen/spec/support/directory_record_helper.rb +0 -57
  235. data/vendor/listen/spec/support/fixtures_helper.rb +0 -29
  236. data/vendor/listen/spec/support/listeners_helper.rb +0 -179
  237. data/vendor/listen/spec/support/platform_helper.rb +0 -15
@@ -1 +0,0 @@
1
- .pear { color: green; }
@@ -1,1977 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require 'minitest/autorun'
3
- require File.dirname(__FILE__) + '/../test_helper'
4
- require File.dirname(__FILE__) + '/test_helper'
5
- require 'sass/script'
6
- require 'mock_importer'
7
-
8
- module Sass::Script::Functions
9
- def no_kw_args
10
- Sass::Script::Value::String.new("no-kw-args")
11
- end
12
-
13
- def only_var_args(*args)
14
- Sass::Script::Value::String.new("only-var-args("+args.map{|a| a.plus(Sass::Script::Value::Number.new(1)).to_s }.join(", ")+")")
15
- end
16
- declare :only_var_args, [], :var_args => true
17
-
18
- def only_kw_args(kwargs)
19
- Sass::Script::Value::String.new("only-kw-args(" + kwargs.keys.map {|a| a.to_s}.sort.join(", ") + ")")
20
- end
21
- declare :only_kw_args, [], :var_kwargs => true
22
-
23
- def deprecated_arg_fn(arg1, arg2, arg3 = nil)
24
- Sass::Script::Value::List.new([arg1, arg2, arg3 || Sass::Script::Value::Null.new], :space)
25
- end
26
- declare :deprecated_arg_fn, [:arg1, :arg2, :arg3], :deprecated => [:arg_1, :arg_2, :arg3]
27
- declare :deprecated_arg_fn, [:arg1, :arg2], :deprecated => [:arg_1, :arg_2]
28
- end
29
-
30
- module Sass::Script::Functions::UserFunctions
31
- def call_options_on_new_value
32
- str = Sass::Script::Value::String.new("foo")
33
- str.options[:foo]
34
- str
35
- end
36
-
37
- def user_defined
38
- Sass::Script::Value::String.new("I'm a user-defined string!")
39
- end
40
-
41
- def _preceding_underscore
42
- Sass::Script::Value::String.new("I'm another user-defined string!")
43
- end
44
-
45
- def fetch_the_variable
46
- environment.var('variable')
47
- end
48
- end
49
-
50
- module Sass::Script::Functions
51
- include Sass::Script::Functions::UserFunctions
52
- end
53
-
54
- class SassFunctionTest < MiniTest::Test
55
- # Tests taken from:
56
- # http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/html4/t040204-hsl-h-rotating-b.htm
57
- # http://www.w3.org/Style/CSS/Test/CSS3/Color/20070927/html4/t040204-hsl-values-b.htm
58
- File.read(File.dirname(__FILE__) + "/data/hsl-rgb.txt").split("\n\n").each do |chunk|
59
- hsls, rgbs = chunk.strip.split("====")
60
- hsls.strip.split("\n").zip(rgbs.strip.split("\n")) do |hsl, rgb|
61
- hsl_method = "test_hsl: #{hsl} = #{rgb}"
62
- unless method_defined?(hsl_method)
63
- define_method(hsl_method) do
64
- assert_equal(evaluate(rgb), evaluate(hsl))
65
- end
66
- end
67
-
68
- rgb_to_hsl_method = "test_rgb_to_hsl: #{rgb} = #{hsl}"
69
- unless method_defined?(rgb_to_hsl_method)
70
- define_method(rgb_to_hsl_method) do
71
- rgb_color = perform(rgb)
72
- hsl_color = perform(hsl)
73
-
74
- white = hsl_color.lightness == 100
75
- black = hsl_color.lightness == 0
76
- grayscale = white || black || hsl_color.saturation == 0
77
-
78
- assert_in_delta(hsl_color.hue, rgb_color.hue, 0.0001,
79
- "Hues should be equal") unless grayscale
80
- assert_in_delta(hsl_color.saturation, rgb_color.saturation, 0.0001,
81
- "Saturations should be equal") unless white || black
82
- assert_in_delta(hsl_color.lightness, rgb_color.lightness, 0.0001,
83
- "Lightnesses should be equal")
84
- end
85
- end
86
- end
87
- end
88
-
89
- def test_hsl_kwargs
90
- assert_equal "#33cccc", evaluate("hsl($hue: 180, $saturation: 60%, $lightness: 50%)")
91
- end
92
-
93
- def test_hsl_clamps_bounds
94
- assert_equal("#1f1f1f", evaluate("hsl(10, -114, 12)"))
95
- assert_equal("white", evaluate("hsl(10, 10, 256%)"))
96
- end
97
-
98
- def test_hsl_checks_types
99
- assert_error_message("$hue: \"foo\" is not a number for `hsl'", "hsl(\"foo\", 10, 12)");
100
- assert_error_message("$saturation: \"foo\" is not a number for `hsl'", "hsl(10, \"foo\", 12)");
101
- assert_error_message("$lightness: \"foo\" is not a number for `hsl'", "hsl(10, 10, \"foo\")");
102
- end
103
-
104
- def test_hsla
105
- assert_equal "rgba(51, 204, 204, 0.4)", evaluate("hsla(180, 60%, 50%, 0.4)")
106
- assert_equal "#33cccc", evaluate("hsla(180, 60%, 50%, 1)")
107
- assert_equal "rgba(51, 204, 204, 0)", evaluate("hsla(180, 60%, 50%, 0)")
108
- assert_equal "rgba(51, 204, 204, 0.4)", evaluate("hsla($hue: 180, $saturation: 60%, $lightness: 50%, $alpha: 0.4)")
109
- end
110
-
111
- def test_hsla_clamps_bounds
112
- assert_equal("#1f1f1f", evaluate("hsla(10, -114, 12, 1)"))
113
- assert_equal("rgba(255, 255, 255, 0)", evaluate("hsla(10, 10, 256%, 0)"))
114
- assert_equal("rgba(28, 24, 23, 0)", evaluate("hsla(10, 10, 10, -0.1)"))
115
- assert_equal("#1c1817", evaluate("hsla(10, 10, 10, 1.1)"))
116
- end
117
-
118
- def test_hsla_checks_types
119
- assert_error_message("$hue: \"foo\" is not a number for `hsla'", "hsla(\"foo\", 10, 12, 0.3)");
120
- assert_error_message("$saturation: \"foo\" is not a number for `hsla'", "hsla(10, \"foo\", 12, 0)");
121
- assert_error_message("$lightness: \"foo\" is not a number for `hsla'", "hsla(10, 10, \"foo\", 1)");
122
- assert_error_message("$alpha: \"foo\" is not a number for `hsla'", "hsla(10, 10, 10, \"foo\")");
123
- end
124
-
125
- def test_hsla_percent_warning
126
- assert_warning(<<WARNING) {evaluate("hsla(180, 60%, 50%, 40%)")}
127
- DEPRECATION WARNING: Passing a percentage as the alpha value to hsla() will be
128
- interpreted differently in future versions of Sass. For now, use 40 instead.
129
- WARNING
130
- end
131
-
132
- def test_hsla_unit_warning
133
- assert_warning(<<WARNING) {evaluate("hsla(180, 60%, 50%, 40em)")}
134
- DEPRECATION WARNING: Passing a number with units as the alpha value to hsla() is
135
- deprecated and will be an error in future versions of Sass. Use 40 instead.
136
- WARNING
137
- end
138
-
139
- def test_percentage
140
- assert_equal("50%", evaluate("percentage(.5)"))
141
- assert_equal("100%", evaluate("percentage(1)"))
142
- assert_equal("25%", evaluate("percentage(25px / 100px)"))
143
- assert_equal("50%", evaluate("percentage($number: 0.5)"))
144
- end
145
-
146
- def test_percentage_checks_types
147
- assert_error_message("$number: 25px is not a unitless number for `percentage'", "percentage(25px)")
148
- assert_error_message("$number: #cccccc is not a unitless number for `percentage'", "percentage(#ccc)")
149
- assert_error_message("$number: \"string\" is not a unitless number for `percentage'", %Q{percentage("string")})
150
- end
151
-
152
- def test_round
153
- assert_equal("5", evaluate("round(4.8)"))
154
- assert_equal("5px", evaluate("round(4.8px)"))
155
- assert_equal("5px", evaluate("round(5.49px)"))
156
- assert_equal("5px", evaluate("round($number: 5.49px)"))
157
- assert_equal("-6", evaluate("round(-5.5)"))
158
- end
159
-
160
- def test_round_checks_types
161
- assert_error_message("$value: #cccccc is not a number for `round'", "round(#ccc)")
162
- end
163
-
164
- def test_floor
165
- assert_equal("4", evaluate("floor(4.8)"))
166
- assert_equal("4px", evaluate("floor(4.8px)"))
167
- assert_equal("4px", evaluate("floor($number: 4.8px)"))
168
- end
169
-
170
- def test_floor_checks_types
171
- assert_error_message("$value: \"foo\" is not a number for `floor'", "floor(\"foo\")")
172
- end
173
-
174
- def test_ceil
175
- assert_equal("5", evaluate("ceil(4.1)"))
176
- assert_equal("5px", evaluate("ceil(4.8px)"))
177
- assert_equal("5px", evaluate("ceil($number: 4.8px)"))
178
- end
179
-
180
- def test_ceil_checks_types
181
- assert_error_message("$value: \"a\" is not a number for `ceil'", "ceil(\"a\")")
182
- end
183
-
184
- def test_abs
185
- assert_equal("5", evaluate("abs(-5)"))
186
- assert_equal("5px", evaluate("abs(-5px)"))
187
- assert_equal("5", evaluate("abs(5)"))
188
- assert_equal("5px", evaluate("abs(5px)"))
189
- assert_equal("5px", evaluate("abs($number: 5px)"))
190
- end
191
-
192
- def test_abs_checks_types
193
- assert_error_message("$value: #aaaaaa is not a number for `abs'", "abs(#aaa)")
194
- end
195
-
196
- def test_min
197
- assert_equal("1", evaluate("min(1, 2, 3)"))
198
- assert_equal("1", evaluate("min(3px, 2px, 1)"))
199
- assert_equal("4em", evaluate("min(4em)"))
200
- assert_equal("10cm", evaluate("min(10cm, 6in)"))
201
- assert_equal("1q", evaluate("min(1cm, 1q)"))
202
-
203
- assert_error_message("#aaaaaa is not a number for `min'", "min(#aaa)")
204
- assert_error_message("Incompatible units: 'px' and 'em'.", "min(3em, 4em, 1px)")
205
- end
206
-
207
- def test_max
208
- assert_equal("3", evaluate("max(1, 2, 3)"))
209
- assert_equal("3", evaluate("max(3, 2px, 1px)"))
210
- assert_equal("4em", evaluate("max(4em)"))
211
- assert_equal("6in", evaluate("max(10cm, 6in)"))
212
- assert_equal("11mm", evaluate("max(11mm, 10q)"))
213
-
214
- assert_error_message("#aaaaaa is not a number for `max'", "max(#aaa)")
215
- assert_error_message("Incompatible units: 'px' and 'em'.", "max(3em, 4em, 1px)")
216
- end
217
-
218
- def test_rgb
219
- assert_equal("#123456", evaluate("rgb(18, 52, 86)"))
220
- assert_equal("#beaded", evaluate("rgb(190, 173, 237)"))
221
- assert_equal("springgreen", evaluate("rgb(0, 255, 127)"))
222
- assert_equal("springgreen", evaluate("rgb($red: 0, $green: 255, $blue: 127)"))
223
- end
224
-
225
- def test_rgb_percent
226
- assert_equal("#123457", evaluate("rgb(7.1%, 20.4%, 34%)"))
227
- assert_equal("#beaded", evaluate("rgb(74.7%, 173, 93%)"))
228
- assert_equal("#beaded", evaluate("rgb(190, 68%, 237)"))
229
- assert_equal("#00ff80", evaluate("rgb(0%, 100%, 50%)"))
230
- end
231
-
232
- def test_rgb_clamps_bounds
233
- assert_equal("#ff0101", evaluate("rgb(256, 1, 1)"))
234
- assert_equal("#01ff01", evaluate("rgb(1, 256, 1)"))
235
- assert_equal("#0101ff", evaluate("rgb(1, 1, 256)"))
236
- assert_equal("#01ffff", evaluate("rgb(1, 256, 257)"))
237
- assert_equal("#000101", evaluate("rgb(-1, 1, 1)"))
238
- end
239
-
240
- def test_rgb_clamps_percent_bounds
241
- assert_equal("red", evaluate("rgb(100.1%, 0, 0)"))
242
- assert_equal("black", evaluate("rgb(0, -0.1%, 0)"))
243
- assert_equal("blue", evaluate("rgb(0, 0, 101%)"))
244
- end
245
-
246
- def test_rgb_tests_types
247
- assert_error_message("$red: \"foo\" is not a number for `rgb'", "rgb(\"foo\", 10, 12)");
248
- assert_error_message("$green: \"foo\" is not a number for `rgb'", "rgb(10, \"foo\", 12)");
249
- assert_error_message("$blue: \"foo\" is not a number for `rgb'", "rgb(10, 10, \"foo\")");
250
- end
251
-
252
- def test_rgba
253
- assert_equal("rgba(18, 52, 86, 0.5)", evaluate("rgba(18, 52, 86, 0.5)"))
254
- assert_equal("#beaded", evaluate("rgba(190, 173, 237, 1)"))
255
- assert_equal("rgba(0, 255, 127, 0)", evaluate("rgba(0, 255, 127, 0)"))
256
- assert_equal("rgba(0, 255, 127, 0)", evaluate("rgba($red: 0, $green: 255, $blue: 127, $alpha: 0)"))
257
- end
258
-
259
- def test_rgba_clamps_bounds
260
- assert_equal("rgba(255, 1, 1, 0.3)", evaluate("rgba(256, 1, 1, 0.3)"))
261
- assert_equal("rgba(1, 255, 1, 0.3)", evaluate("rgba(1, 256, 1, 0.3)"))
262
- assert_equal("rgba(1, 1, 255, 0.3)", evaluate("rgba(1, 1, 256, 0.3)"))
263
- assert_equal("rgba(1, 255, 255, 0.3)", evaluate("rgba(1, 256, 257, 0.3)"))
264
- assert_equal("rgba(0, 1, 1, 0.3)", evaluate("rgba(-1, 1, 1, 0.3)"))
265
- assert_equal("rgba(1, 1, 1, 0)", evaluate("rgba(1, 1, 1, -0.2)"))
266
- assert_equal("#010101", evaluate("rgba(1, 1, 1, 1.2)"))
267
- end
268
-
269
- def test_rgba_tests_types
270
- assert_error_message("$red: \"foo\" is not a number for `rgba'", "rgba(\"foo\", 10, 12, 0.2)");
271
- assert_error_message("$green: \"foo\" is not a number for `rgba'", "rgba(10, \"foo\", 12, 0.1)");
272
- assert_error_message("$blue: \"foo\" is not a number for `rgba'", "rgba(10, 10, \"foo\", 0)");
273
- assert_error_message("$alpha: \"foo\" is not a number for `rgba'", "rgba(10, 10, 10, \"foo\")");
274
- end
275
-
276
- def test_rgba_with_color
277
- assert_equal "rgba(16, 32, 48, 0.5)", evaluate("rgba(#102030, 0.5)")
278
- assert_equal "rgba(0, 0, 255, 0.5)", evaluate("rgba(blue, 0.5)")
279
- assert_equal "rgba(0, 0, 255, 0.5)", evaluate("rgba($color: blue, $alpha: 0.5)")
280
- end
281
-
282
- def test_rgba_with_color_tests_types
283
- assert_error_message("$color: \"foo\" is not a color for `rgba'", "rgba(\"foo\", 0.2)");
284
- assert_error_message("$alpha: \"foo\" is not a number for `rgba'", "rgba(blue, \"foo\")");
285
- end
286
-
287
- def test_rgba_tests_num_args
288
- assert_error_message("wrong number of arguments (0 for 4) for `rgba'", "rgba()");
289
- assert_error_message("wrong number of arguments (1 for 4) for `rgba'", "rgba(blue)");
290
- assert_error_message("wrong number of arguments (3 for 4) for `rgba'", "rgba(1, 2, 3)");
291
- assert_error_message("wrong number of arguments (5 for 4) for `rgba'", "rgba(1, 2, 3, 0.4, 5)");
292
- end
293
-
294
- def test_rgba_percent_warning
295
- assert_warning(<<WARNING) {evaluate("rgba(1, 2, 3, 40%)")}
296
- DEPRECATION WARNING: Passing a percentage as the alpha value to rgba() will be
297
- interpreted differently in future versions of Sass. For now, use 40 instead.
298
- WARNING
299
- end
300
-
301
- def test_rgba_unit_warning
302
- assert_warning(<<WARNING) {evaluate("rgba(1, 2, 3, 40em)")}
303
- DEPRECATION WARNING: Passing a number with units as the alpha value to rgba() is
304
- deprecated and will be an error in future versions of Sass. Use 40 instead.
305
- WARNING
306
- end
307
-
308
- def test_red
309
- assert_equal("18", evaluate("red(#123456)"))
310
- assert_equal("18", evaluate("red($color: #123456)"))
311
- end
312
-
313
- def test_red_exception
314
- assert_error_message("$color: 12 is not a color for `red'", "red(12)")
315
- end
316
-
317
- def test_green
318
- assert_equal("52", evaluate("green(#123456)"))
319
- assert_equal("52", evaluate("green($color: #123456)"))
320
- end
321
-
322
- def test_green_exception
323
- assert_error_message("$color: 12 is not a color for `green'", "green(12)")
324
- end
325
-
326
- def test_blue
327
- assert_equal("86", evaluate("blue(#123456)"))
328
- assert_equal("86", evaluate("blue($color: #123456)"))
329
- end
330
-
331
- def test_blue_exception
332
- assert_error_message("$color: 12 is not a color for `blue'", "blue(12)")
333
- end
334
-
335
- def test_hue
336
- assert_equal("18deg", evaluate("hue(hsl(18, 50%, 20%))"))
337
- assert_equal("18deg", evaluate("hue($color: hsl(18, 50%, 20%))"))
338
- end
339
-
340
- def test_hue_exception
341
- assert_error_message("$color: 12 is not a color for `hue'", "hue(12)")
342
- end
343
-
344
- def test_saturation
345
- assert_equal("52%", evaluate("saturation(hsl(20, 52%, 20%))"))
346
- assert_equal("52%", evaluate("saturation(hsl(20, 52, 20%))"))
347
- assert_equal("52%", evaluate("saturation($color: hsl(20, 52, 20%))"))
348
- end
349
-
350
- def test_saturation_exception
351
- assert_error_message("$color: 12 is not a color for `saturation'", "saturation(12)")
352
- end
353
-
354
- def test_lightness
355
- assert_equal("86%", evaluate("lightness(hsl(120, 50%, 86%))"))
356
- assert_equal("86%", evaluate("lightness(hsl(120, 50%, 86))"))
357
- assert_equal("86%", evaluate("lightness($color: hsl(120, 50%, 86))"))
358
- end
359
-
360
- def test_lightness_exception
361
- assert_error_message("$color: 12 is not a color for `lightness'", "lightness(12)")
362
- end
363
-
364
- def test_alpha
365
- assert_equal("1", evaluate("alpha(#123456)"))
366
- assert_equal("0.34", evaluate("alpha(rgba(0, 1, 2, 0.34))"))
367
- assert_equal("0", evaluate("alpha(hsla(0, 1, 2, 0))"))
368
- assert_equal("0", evaluate("alpha($color: hsla(0, 1, 2, 0))"))
369
- end
370
-
371
- def test_alpha_exception
372
- assert_error_message("$color: 12 is not a color for `alpha'", "alpha(12)")
373
- end
374
-
375
- def test_opacity
376
- assert_equal("1", evaluate("opacity(#123456)"))
377
- assert_equal("0.34", evaluate("opacity(rgba(0, 1, 2, 0.34))"))
378
- assert_equal("0", evaluate("opacity(hsla(0, 1, 2, 0))"))
379
- assert_equal("0", evaluate("opacity($color: hsla(0, 1, 2, 0))"))
380
- assert_equal("opacity(20%)", evaluate("opacity(20%)"))
381
- end
382
-
383
- def test_opacity_exception
384
- assert_error_message("$color: \"foo\" is not a color for `opacity'", "opacity(foo)")
385
- end
386
-
387
- def test_opacify
388
- assert_equal("rgba(0, 0, 0, 0.75)", evaluate("opacify(rgba(0, 0, 0, 0.5), 0.25)"))
389
- assert_equal("rgba(0, 0, 0, 0.3)", evaluate("opacify(rgba(0, 0, 0, 0.2), 0.1)"))
390
- assert_equal("rgba(0, 0, 0, 0.7)", evaluate("fade-in(rgba(0, 0, 0, 0.2), 0.5px)"))
391
- assert_equal("black", evaluate("fade_in(rgba(0, 0, 0, 0.2), 0.8)"))
392
- assert_equal("black", evaluate("opacify(rgba(0, 0, 0, 0.2), 1)"))
393
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("opacify(rgba(0, 0, 0, 0.2), 0%)"))
394
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("opacify($color: rgba(0, 0, 0, 0.2), $amount: 0%)"))
395
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("fade-in($color: rgba(0, 0, 0, 0.2), $amount: 0%)"))
396
- end
397
-
398
- def test_opacify_tests_bounds
399
- assert_error_message("Amount -0.001 must be between 0 and 1 for `opacify'",
400
- "opacify(rgba(0, 0, 0, 0.2), -0.001)")
401
- assert_error_message("Amount 1.001 must be between 0 and 1 for `opacify'",
402
- "opacify(rgba(0, 0, 0, 0.2), 1.001)")
403
- end
404
-
405
- def test_opacify_tests_types
406
- assert_error_message("$color: \"foo\" is not a color for `opacify'", "opacify(\"foo\", 10%)")
407
- assert_error_message("$amount: \"foo\" is not a number for `opacify'", "opacify(#fff, \"foo\")")
408
- end
409
-
410
- def test_transparentize
411
- assert_equal("rgba(0, 0, 0, 0.3)", evaluate("transparentize(rgba(0, 0, 0, 0.5), 0.2)"))
412
- assert_equal("rgba(0, 0, 0, 0.1)", evaluate("transparentize(rgba(0, 0, 0, 0.2), 0.1)"))
413
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("fade-out(rgba(0, 0, 0, 0.5), 0.3px)"))
414
- assert_equal("transparent", evaluate("fade_out(rgba(0, 0, 0, 0.2), 0.2)"))
415
- assert_equal("transparent", evaluate("transparentize(rgba(0, 0, 0, 0.2), 1)"))
416
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("transparentize(rgba(0, 0, 0, 0.2), 0)"))
417
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("transparentize($color: rgba(0, 0, 0, 0.2), $amount: 0)"))
418
- assert_equal("rgba(0, 0, 0, 0.2)", evaluate("fade-out($color: rgba(0, 0, 0, 0.2), $amount: 0)"))
419
- end
420
-
421
- def test_transparentize_tests_bounds
422
- assert_error_message("Amount -0.001 must be between 0 and 1 for `transparentize'",
423
- "transparentize(rgba(0, 0, 0, 0.2), -0.001)")
424
- assert_error_message("Amount 1.001 must be between 0 and 1 for `transparentize'",
425
- "transparentize(rgba(0, 0, 0, 0.2), 1.001)")
426
- end
427
-
428
- def test_transparentize_tests_types
429
- assert_error_message("$color: \"foo\" is not a color for `transparentize'", "transparentize(\"foo\", 10%)")
430
- assert_error_message("$amount: \"foo\" is not a number for `transparentize'", "transparentize(#fff, \"foo\")")
431
- end
432
-
433
- def test_lighten
434
- assert_equal("#4d4d4d", evaluate("lighten(hsl(0, 0, 0), 30%)"))
435
- assert_equal("#ee0000", evaluate("lighten(#800, 20%)"))
436
- assert_equal("white", evaluate("lighten(#fff, 20%)"))
437
- assert_equal("white", evaluate("lighten(#800, 100%)"))
438
- assert_equal("#880000", evaluate("lighten(#800, 0%)"))
439
- assert_equal("rgba(238, 0, 0, 0.5)", evaluate("lighten(rgba(136, 0, 0, 0.5), 20%)"))
440
- assert_equal("rgba(238, 0, 0, 0.5)", evaluate("lighten($color: rgba(136, 0, 0, 0.5), $amount: 20%)"))
441
- end
442
-
443
- def test_lighten_tests_bounds
444
- assert_error_message("Amount -0.001 must be between 0% and 100% for `lighten'",
445
- "lighten(#123, -0.001)")
446
- assert_error_message("Amount 100.001 must be between 0% and 100% for `lighten'",
447
- "lighten(#123, 100.001)")
448
- end
449
-
450
- def test_lighten_tests_types
451
- assert_error_message("$color: \"foo\" is not a color for `lighten'", "lighten(\"foo\", 10%)")
452
- assert_error_message("$amount: \"foo\" is not a number for `lighten'", "lighten(#fff, \"foo\")")
453
- end
454
-
455
- def test_darken
456
- assert_equal("#ff6a00", evaluate("darken(hsl(25, 100, 80), 30%)"))
457
- assert_equal("#220000", evaluate("darken(#800, 20%)"))
458
- assert_equal("black", evaluate("darken(#000, 20%)"))
459
- assert_equal("black", evaluate("darken(#800, 100%)"))
460
- assert_equal("#880000", evaluate("darken(#800, 0%)"))
461
- assert_equal("rgba(34, 0, 0, 0.5)", evaluate("darken(rgba(136, 0, 0, 0.5), 20%)"))
462
- assert_equal("rgba(34, 0, 0, 0.5)", evaluate("darken($color: rgba(136, 0, 0, 0.5), $amount: 20%)"))
463
- end
464
-
465
- def test_darken_tests_bounds
466
- assert_error_message("Amount -0.001 must be between 0% and 100% for `darken'",
467
- "darken(#123, -0.001)")
468
- assert_error_message("Amount 100.001 must be between 0% and 100% for `darken'",
469
- "darken(#123, 100.001)")
470
- end
471
-
472
- def test_darken_tests_types
473
- assert_error_message("$color: \"foo\" is not a color for `darken'", "darken(\"foo\", 10%)")
474
- assert_error_message("$amount: \"foo\" is not a number for `darken'", "darken(#fff, \"foo\")")
475
- end
476
-
477
- def test_saturate
478
- assert_equal("#d9f2d9", evaluate("saturate(hsl(120, 30, 90), 20%)"))
479
- assert_equal("#9e3f3f", evaluate("saturate(#855, 20%)"))
480
- assert_equal("black", evaluate("saturate(#000, 20%)"))
481
- assert_equal("white", evaluate("saturate(#fff, 20%)"))
482
- assert_equal("#33ff33", evaluate("saturate(#8a8, 100%)"))
483
- assert_equal("#88aa88", evaluate("saturate(#8a8, 0%)"))
484
- assert_equal("rgba(158, 63, 63, 0.5)", evaluate("saturate(rgba(136, 85, 85, 0.5), 20%)"))
485
- assert_equal("rgba(158, 63, 63, 0.5)", evaluate("saturate($color: rgba(136, 85, 85, 0.5), $amount: 20%)"))
486
- assert_equal("saturate(50%)", evaluate("saturate(50%)"))
487
- end
488
-
489
- def test_saturate_tests_bounds
490
- assert_error_message("Amount -0.001 must be between 0% and 100% for `saturate'",
491
- "saturate(#123, -0.001)")
492
- assert_error_message("Amount 100.001 must be between 0% and 100% for `saturate'",
493
- "saturate(#123, 100.001)")
494
- end
495
-
496
- def test_saturate_tests_types
497
- assert_error_message("$color: \"foo\" is not a color for `saturate'", "saturate(\"foo\", 10%)")
498
- assert_error_message("$amount: \"foo\" is not a number for `saturate'", "saturate(#fff, \"foo\")")
499
- end
500
-
501
- def test_desaturate
502
- assert_equal("#e3e8e3", evaluate("desaturate(hsl(120, 30, 90), 20%)"))
503
- assert_equal("#726b6b", evaluate("desaturate(#855, 20%)"))
504
- assert_equal("black", evaluate("desaturate(#000, 20%)"))
505
- assert_equal("white", evaluate("desaturate(#fff, 20%)"))
506
- assert_equal("#999999", evaluate("desaturate(#8a8, 100%)"))
507
- assert_equal("#88aa88", evaluate("desaturate(#8a8, 0%)"))
508
- assert_equal("rgba(114, 107, 107, 0.5)", evaluate("desaturate(rgba(136, 85, 85, 0.5), 20%)"))
509
- assert_equal("rgba(114, 107, 107, 0.5)", evaluate("desaturate($color: rgba(136, 85, 85, 0.5), $amount: 20%)"))
510
- end
511
-
512
- def test_desaturate_tests_bounds
513
- assert_error_message("Amount -0.001 must be between 0% and 100% for `desaturate'",
514
- "desaturate(#123, -0.001)")
515
- assert_error_message("Amount 100.001 must be between 0% and 100% for `desaturate'",
516
- "desaturate(#123, 100.001)")
517
- end
518
-
519
- def test_desaturate_tests_types
520
- assert_error_message("$color: \"foo\" is not a color for `desaturate'", "desaturate(\"foo\", 10%)")
521
- assert_error_message("$amount: \"foo\" is not a number for `desaturate'", "desaturate(#fff, \"foo\")")
522
- end
523
-
524
- def test_adjust_hue
525
- assert_equal("#deeded", evaluate("adjust-hue(hsl(120, 30, 90), 60deg)"))
526
- assert_equal("#ededde", evaluate("adjust-hue(hsl(120, 30, 90), -60deg)"))
527
- assert_equal("#886a11", evaluate("adjust-hue(#811, 45deg)"))
528
- assert_equal("black", evaluate("adjust-hue(#000, 45deg)"))
529
- assert_equal("white", evaluate("adjust-hue(#fff, 45deg)"))
530
- assert_equal("#88aa88", evaluate("adjust-hue(#8a8, 360deg)"))
531
- assert_equal("#88aa88", evaluate("adjust-hue(#8a8, 0deg)"))
532
- assert_equal("rgba(136, 106, 17, 0.5)", evaluate("adjust-hue(rgba(136, 17, 17, 0.5), 45deg)"))
533
- assert_equal("rgba(136, 106, 17, 0.5)", evaluate("adjust-hue($color: rgba(136, 17, 17, 0.5), $degrees: 45deg)"))
534
- end
535
-
536
- def test_adjust_hue_tests_types
537
- assert_error_message("$color: \"foo\" is not a color for `adjust-hue'", "adjust-hue(\"foo\", 10%)")
538
- assert_error_message("$degrees: \"foo\" is not a number for `adjust-hue'", "adjust-hue(#fff, \"foo\")")
539
- end
540
-
541
- def test_adjust_color
542
- # HSL
543
- assert_equal(evaluate("hsl(180, 30, 90)"),
544
- evaluate("adjust-color(hsl(120, 30, 90), $hue: 60deg)"))
545
- assert_equal(evaluate("hsl(120, 50, 90)"),
546
- evaluate("adjust-color(hsl(120, 30, 90), $saturation: 20%)"))
547
- assert_equal(evaluate("hsl(120, 30, 60)"),
548
- evaluate("adjust-color(hsl(120, 30, 90), $lightness: -30%)"))
549
- # RGB
550
- assert_equal(evaluate("rgb(15, 20, 30)"),
551
- evaluate("adjust-color(rgb(10, 20, 30), $red: 5)"))
552
- assert_equal(evaluate("rgb(10, 15, 30)"),
553
- evaluate("adjust-color(rgb(10, 20, 30), $green: -5)"))
554
- assert_equal(evaluate("rgb(10, 20, 40)"),
555
- evaluate("adjust-color(rgb(10, 20, 30), $blue: 10)"))
556
- # Alpha
557
- assert_equal(evaluate("hsla(120, 30, 90, 0.65)"),
558
- evaluate("adjust-color(hsl(120, 30, 90), $alpha: -0.35)"))
559
- assert_equal(evaluate("rgba(10, 20, 30, 0.9)"),
560
- evaluate("adjust-color(rgba(10, 20, 30, 0.4), $alpha: 0.5)"))
561
-
562
- # HSL composability
563
- assert_equal(evaluate("hsl(180, 20, 90)"),
564
- evaluate("adjust-color(hsl(120, 30, 90), $hue: 60deg, $saturation: -10%)"))
565
- assert_equal(evaluate("hsl(180, 20, 95)"),
566
- evaluate("adjust-color(hsl(120, 30, 90), $hue: 60deg, $saturation: -10%, $lightness: 5%)"))
567
- assert_equal(evaluate("hsla(120, 20, 95, 0.3)"),
568
- evaluate("adjust-color(hsl(120, 30, 90), $saturation: -10%, $lightness: 5%, $alpha: -0.7)"))
569
-
570
- # RGB composability
571
- assert_equal(evaluate("rgb(15, 20, 29)"),
572
- evaluate("adjust-color(rgb(10, 20, 30), $red: 5, $blue: -1)"))
573
- assert_equal(evaluate("rgb(15, 45, 29)"),
574
- evaluate("adjust-color(rgb(10, 20, 30), $red: 5, $green: 25, $blue: -1)"))
575
- assert_equal(evaluate("rgba(10, 25, 29, 0.7)"),
576
- evaluate("adjust-color(rgb(10, 20, 30), $green: 5, $blue: -1, $alpha: -0.3)"))
577
-
578
- # HSL range restriction
579
- assert_equal(evaluate("hsl(120, 30, 90)"),
580
- evaluate("adjust-color(hsl(120, 30, 90), $hue: 720deg)"))
581
- assert_equal(evaluate("hsl(120, 0, 90)"),
582
- evaluate("adjust-color(hsl(120, 30, 90), $saturation: -90%)"))
583
- assert_equal(evaluate("hsl(120, 30, 100)"),
584
- evaluate("adjust-color(hsl(120, 30, 90), $lightness: 30%)"))
585
-
586
- # RGB range restriction
587
- assert_equal(evaluate("rgb(255, 20, 30)"),
588
- evaluate("adjust-color(rgb(10, 20, 30), $red: 250)"))
589
- assert_equal(evaluate("rgb(10, 0, 30)"),
590
- evaluate("adjust-color(rgb(10, 20, 30), $green: -30)"))
591
- assert_equal(evaluate("rgb(10, 20, 0)"),
592
- evaluate("adjust-color(rgb(10, 20, 30), $blue: -40)"))
593
- end
594
-
595
- def test_adjust_color_tests_types
596
- assert_error_message("$color: \"foo\" is not a color for `adjust-color'", "adjust-color(foo, $hue: 10)")
597
- # HSL
598
- assert_error_message("$hue: \"foo\" is not a number for `adjust-color'",
599
- "adjust-color(blue, $hue: foo)")
600
- assert_error_message("$saturation: \"foo\" is not a number for `adjust-color'",
601
- "adjust-color(blue, $saturation: foo)")
602
- assert_error_message("$lightness: \"foo\" is not a number for `adjust-color'",
603
- "adjust-color(blue, $lightness: foo)")
604
- # RGB
605
- assert_error_message("$red: \"foo\" is not a number for `adjust-color'",
606
- "adjust-color(blue, $red: foo)")
607
- assert_error_message("$green: \"foo\" is not a number for `adjust-color'",
608
- "adjust-color(blue, $green: foo)")
609
- assert_error_message("$blue: \"foo\" is not a number for `adjust-color'",
610
- "adjust-color(blue, $blue: foo)")
611
- # Alpha
612
- assert_error_message("$alpha: \"foo\" is not a number for `adjust-color'",
613
- "adjust-color(blue, $alpha: foo)")
614
- end
615
-
616
- def test_adjust_color_tests_arg_range
617
- # HSL
618
- assert_error_message("$saturation: Amount 101% must be between -100% and 100% for `adjust-color'",
619
- "adjust-color(blue, $saturation: 101%)")
620
- assert_error_message("$saturation: Amount -101% must be between -100% and 100% for `adjust-color'",
621
- "adjust-color(blue, $saturation: -101%)")
622
- assert_error_message("$lightness: Amount 101% must be between -100% and 100% for `adjust-color'",
623
- "adjust-color(blue, $lightness: 101%)")
624
- assert_error_message("$lightness: Amount -101% must be between -100% and 100% for `adjust-color'",
625
- "adjust-color(blue, $lightness: -101%)")
626
- # RGB
627
- assert_error_message("$red: Amount 256 must be between -255 and 255 for `adjust-color'",
628
- "adjust-color(blue, $red: 256)")
629
- assert_error_message("$red: Amount -256 must be between -255 and 255 for `adjust-color'",
630
- "adjust-color(blue, $red: -256)")
631
- assert_error_message("$green: Amount 256 must be between -255 and 255 for `adjust-color'",
632
- "adjust-color(blue, $green: 256)")
633
- assert_error_message("$green: Amount -256 must be between -255 and 255 for `adjust-color'",
634
- "adjust-color(blue, $green: -256)")
635
- assert_error_message("$blue: Amount 256 must be between -255 and 255 for `adjust-color'",
636
- "adjust-color(blue, $blue: 256)")
637
- assert_error_message("$blue: Amount -256 must be between -255 and 255 for `adjust-color'",
638
- "adjust-color(blue, $blue: -256)")
639
- # Alpha
640
- assert_error_message("$alpha: Amount 1.1 must be between -1 and 1 for `adjust-color'",
641
- "adjust-color(blue, $alpha: 1.1)")
642
- assert_error_message("$alpha: Amount -1.1 must be between -1 and 1 for `adjust-color'",
643
- "adjust-color(blue, $alpha: -1.1)")
644
- end
645
-
646
- def test_adjust_color_argument_errors
647
- assert_error_message("Unknown argument $hoo (260deg) for `adjust-color'",
648
- "adjust-color(blue, $hoo: 260deg)")
649
- assert_error_message("Cannot specify HSL and RGB values for a color at the same time for `adjust-color'",
650
- "adjust-color(blue, $hue: 120deg, $red: 10)");
651
- assert_error_message("10px is not a keyword argument for `adjust_color'",
652
- "adjust-color(blue, 10px)")
653
- assert_error_message("10px is not a keyword argument for `adjust_color'",
654
- "adjust-color(blue, 10px, 20px)")
655
- assert_error_message("10px is not a keyword argument for `adjust_color'",
656
- "adjust-color(blue, 10px, $hue: 180deg)")
657
- end
658
-
659
- def test_scale_color
660
- # HSL
661
- assert_equal(evaluate("hsl(120, 51, 90)"),
662
- evaluate("scale-color(hsl(120, 30, 90), $saturation: 30%)"))
663
- assert_equal(evaluate("hsl(120, 30, 76.5)"),
664
- evaluate("scale-color(hsl(120, 30, 90), $lightness: -15%)"))
665
- # RGB
666
- assert_equal(evaluate("rgb(157, 20, 30)"),
667
- evaluate("scale-color(rgb(10, 20, 30), $red: 60%)"))
668
- assert_equal(evaluate("rgb(10, 38.8, 30)"),
669
- evaluate("scale-color(rgb(10, 20, 30), $green: 8%)"))
670
- assert_equal(evaluate("rgb(10, 20, 20)"),
671
- evaluate("scale-color(rgb(10, 20, 30), $blue: -(1/3)*100%)"))
672
- # Alpha
673
- assert_equal(evaluate("hsla(120, 30, 90, 0.86)"),
674
- evaluate("scale-color(hsl(120, 30, 90), $alpha: -14%)"))
675
- assert_equal(evaluate("rgba(10, 20, 30, 0.82)"),
676
- evaluate("scale-color(rgba(10, 20, 30, 0.8), $alpha: 10%)"))
677
-
678
- # HSL composability
679
- assert_equal(evaluate("hsl(120, 51, 76.5)"),
680
- evaluate("scale-color(hsl(120, 30, 90), $saturation: 30%, $lightness: -15%)"))
681
- assert_equal(evaluate("hsla(120, 51, 90, 0.2)"),
682
- evaluate("scale-color(hsl(120, 30, 90), $saturation: 30%, $alpha: -80%)"))
683
-
684
- # RGB composability
685
- assert_equal(evaluate("rgb(157, 38.8, 30)"),
686
- evaluate("scale-color(rgb(10, 20, 30), $red: 60%, $green: 8%)"))
687
- assert_equal(evaluate("rgb(157, 38.8, 20)"),
688
- evaluate("scale-color(rgb(10, 20, 30), $red: 60%, $green: 8%, $blue: -(1/3)*100%)"))
689
- assert_equal(evaluate("rgba(10, 38.8, 20, 0.55)"),
690
- evaluate("scale-color(rgba(10, 20, 30, 0.5), $green: 8%, $blue: -(1/3)*100%, $alpha: 10%)"))
691
-
692
- # Extremes
693
- assert_equal(evaluate("hsl(120, 100, 90)"),
694
- evaluate("scale-color(hsl(120, 30, 90), $saturation: 100%)"))
695
- assert_equal(evaluate("hsl(120, 30, 90)"),
696
- evaluate("scale-color(hsl(120, 30, 90), $saturation: 0%)"))
697
- assert_equal(evaluate("hsl(120, 0, 90)"),
698
- evaluate("scale-color(hsl(120, 30, 90), $saturation: -100%)"))
699
- end
700
-
701
- def test_scale_color_tests_types
702
- assert_error_message("$color: \"foo\" is not a color for `scale-color'", "scale-color(foo, $red: 10%)")
703
- # HSL
704
- assert_error_message("$saturation: \"foo\" is not a number for `scale-color'",
705
- "scale-color(blue, $saturation: foo)")
706
- assert_error_message("$lightness: \"foo\" is not a number for `scale-color'",
707
- "scale-color(blue, $lightness: foo)")
708
- # RGB
709
- assert_error_message("$red: \"foo\" is not a number for `scale-color'",
710
- "scale-color(blue, $red: foo)")
711
- assert_error_message("$green: \"foo\" is not a number for `scale-color'",
712
- "scale-color(blue, $green: foo)")
713
- assert_error_message("$blue: \"foo\" is not a number for `scale-color'",
714
- "scale-color(blue, $blue: foo)")
715
- # Alpha
716
- assert_error_message("$alpha: \"foo\" is not a number for `scale-color'",
717
- "scale-color(blue, $alpha: foo)")
718
- end
719
-
720
- def test_scale_color_argument_errors
721
- # Range
722
- assert_error_message("$saturation: Amount 101% must be between -100% and 100% for `scale-color'",
723
- "scale-color(blue, $saturation: 101%)")
724
- assert_error_message("$red: Amount -101% must be between -100% and 100% for `scale-color'",
725
- "scale-color(blue, $red: -101%)")
726
- assert_error_message("$alpha: Amount -101% must be between -100% and 100% for `scale-color'",
727
- "scale-color(blue, $alpha: -101%)")
728
-
729
- # Unit
730
- assert_error_message("Expected $saturation to have a unit of % but got 80 for `scale-color'",
731
- "scale-color(blue, $saturation: 80)")
732
- assert_error_message("Expected $alpha to have a unit of % but got 0.5 for `scale-color'",
733
- "scale-color(blue, $alpha: 0.5)")
734
-
735
- # Unknown argument
736
- assert_error_message("Unknown argument $hue (80%) for `scale-color'", "scale-color(blue, $hue: 80%)")
737
-
738
- # Non-keyword arg
739
- assert_error_message("10px is not a keyword argument for `scale_color'", "scale-color(blue, 10px)")
740
-
741
- # HSL/RGB
742
- assert_error_message("Cannot specify HSL and RGB values for a color at the same time for `scale-color'",
743
- "scale-color(blue, $lightness: 10%, $red: 20%)");
744
- end
745
-
746
- def test_change_color
747
- # HSL
748
- assert_equal(evaluate("hsl(195, 30, 90)"),
749
- evaluate("change-color(hsl(120, 30, 90), $hue: 195deg)"))
750
- assert_equal(evaluate("hsl(120, 50, 90)"),
751
- evaluate("change-color(hsl(120, 30, 90), $saturation: 50%)"))
752
- assert_equal(evaluate("hsl(120, 30, 40)"),
753
- evaluate("change-color(hsl(120, 30, 90), $lightness: 40%)"))
754
- # RGB
755
- assert_equal(evaluate("rgb(123, 20, 30)"),
756
- evaluate("change-color(rgb(10, 20, 30), $red: 123)"))
757
- assert_equal(evaluate("rgb(10, 234, 30)"),
758
- evaluate("change-color(rgb(10, 20, 30), $green: 234)"))
759
- assert_equal(evaluate("rgb(10, 20, 198)"),
760
- evaluate("change-color(rgb(10, 20, 30), $blue: 198)"))
761
- # Alpha
762
- assert_equal(evaluate("rgba(10, 20, 30, 0.76)"),
763
- evaluate("change-color(rgb(10, 20, 30), $alpha: 0.76)"))
764
-
765
- # HSL composability
766
- assert_equal(evaluate("hsl(56, 30, 47)"),
767
- evaluate("change-color(hsl(120, 30, 90), $hue: 56deg, $lightness: 47%)"))
768
- assert_equal(evaluate("hsla(56, 30, 47, 0.9)"),
769
- evaluate("change-color(hsl(120, 30, 90), $hue: 56deg, $lightness: 47%, $alpha: 0.9)"))
770
- end
771
-
772
- def test_change_color_tests_types
773
- assert_error_message("$color: \"foo\" is not a color for `change-color'", "change-color(foo, $red: 10%)")
774
- # HSL
775
- assert_error_message("$saturation: \"foo\" is not a number for `change-color'",
776
- "change-color(blue, $saturation: foo)")
777
- assert_error_message("$lightness: \"foo\" is not a number for `change-color'",
778
- "change-color(blue, $lightness: foo)")
779
- # RGB
780
- assert_error_message("$red: \"foo\" is not a number for `change-color'", "change-color(blue, $red: foo)")
781
- assert_error_message("$green: \"foo\" is not a number for `change-color'", "change-color(blue, $green: foo)")
782
- assert_error_message("$blue: \"foo\" is not a number for `change-color'", "change-color(blue, $blue: foo)")
783
- # Alpha
784
- assert_error_message("$alpha: \"foo\" is not a number for `change-color'", "change-color(blue, $alpha: foo)")
785
- end
786
-
787
- def test_change_color_argument_errors
788
- # Range
789
- assert_error_message("Saturation 101% must be between 0% and 100% for `change-color'",
790
- "change-color(blue, $saturation: 101%)")
791
- assert_error_message("Lightness 101% must be between 0% and 100% for `change-color'",
792
- "change-color(blue, $lightness: 101%)")
793
- assert_error_message("Red value -1 must be between 0 and 255 for `change-color'",
794
- "change-color(blue, $red: -1)")
795
- assert_error_message("Green value 256 must be between 0 and 255 for `change-color'",
796
- "change-color(blue, $green: 256)")
797
- assert_error_message("Blue value 500 must be between 0 and 255 for `change-color'",
798
- "change-color(blue, $blue: 500)")
799
-
800
- # Unknown argument
801
- assert_error_message("Unknown argument $hoo (80%) for `change-color'", "change-color(blue, $hoo: 80%)")
802
-
803
- # Non-keyword arg
804
- assert_error_message("10px is not a keyword argument for `change_color'", "change-color(blue, 10px)")
805
-
806
- # HSL/RGB
807
- assert_error_message("Cannot specify HSL and RGB values for a color at the same time for `change-color'",
808
- "change-color(blue, $lightness: 10%, $red: 120)");
809
- end
810
-
811
- def test_ie_hex_str
812
- assert_equal("#FFAA11CC", evaluate('ie-hex-str(#aa11cc)'))
813
- assert_equal("#FFAA11CC", evaluate('ie-hex-str(#a1c)'))
814
- assert_equal("#FFAA11CC", evaluate('ie-hex-str(#A1c)'))
815
- assert_equal("#80FF0000", evaluate('ie-hex-str(rgba(255, 0, 0, 0.5))'))
816
- end
817
-
818
- def test_mix
819
- assert_equal("purple", evaluate("mix(#f00, #00f)"))
820
- assert_equal("gray", evaluate("mix(#f00, #0ff)"))
821
- assert_equal("#809155", evaluate("mix(#f70, #0aa)"))
822
- assert_equal("#4000bf", evaluate("mix(#f00, #00f, 25%)"))
823
- assert_equal("rgba(64, 0, 191, 0.75)", evaluate("mix(rgba(255, 0, 0, 0.5), #00f)"))
824
- assert_equal("red", evaluate("mix(#f00, #00f, 100%)"))
825
- assert_equal("blue", evaluate("mix(#f00, #00f, 0%)"))
826
- assert_equal("rgba(255, 0, 0, 0.5)", evaluate("mix(#f00, transparentize(#00f, 1))"))
827
- assert_equal("rgba(0, 0, 255, 0.5)", evaluate("mix(transparentize(#f00, 1), #00f)"))
828
- assert_equal("red", evaluate("mix(#f00, transparentize(#00f, 1), 100%)"))
829
- assert_equal("blue", evaluate("mix(transparentize(#f00, 1), #00f, 0%)"))
830
- assert_equal("rgba(0, 0, 255, 0)", evaluate("mix(#f00, transparentize(#00f, 1), 0%)"))
831
- assert_equal("rgba(255, 0, 0, 0)", evaluate("mix(transparentize(#f00, 1), #00f, 100%)"))
832
- assert_equal("rgba(255, 0, 0, 0)", evaluate("mix($color1: transparentize(#f00, 1), $color2: #00f, $weight: 100%)"))
833
- end
834
-
835
- def test_mix_tests_types
836
- assert_error_message("$color1: \"foo\" is not a color for `mix'", "mix(\"foo\", #f00, 10%)")
837
- assert_error_message("$color2: \"foo\" is not a color for `mix'", "mix(#f00, \"foo\", 10%)")
838
- assert_error_message("$weight: \"foo\" is not a number for `mix'", "mix(#f00, #baf, \"foo\")")
839
- end
840
-
841
- def test_mix_tests_bounds
842
- assert_error_message("Weight -0.001 must be between 0% and 100% for `mix'",
843
- "mix(#123, #456, -0.001)")
844
- assert_error_message("Weight 100.001 must be between 0% and 100% for `mix'",
845
- "mix(#123, #456, 100.001)")
846
- end
847
-
848
- def test_grayscale
849
- assert_equal("#bbbbbb", evaluate("grayscale(#abc)"))
850
- assert_equal("gray", evaluate("grayscale(#f00)"))
851
- assert_equal("gray", evaluate("grayscale(#00f)"))
852
- assert_equal("white", evaluate("grayscale(white)"))
853
- assert_equal("black", evaluate("grayscale(black)"))
854
- assert_equal("black", evaluate("grayscale($color: black)"))
855
-
856
- assert_equal("grayscale(2)", evaluate("grayscale(2)"))
857
- assert_equal("grayscale(-5px)", evaluate("grayscale(-5px)"))
858
- end
859
-
860
- def tets_grayscale_tests_types
861
- assert_error_message("$color: \"foo\" is not a color for `grayscale'", "grayscale(\"foo\")")
862
- end
863
-
864
- def test_complement
865
- assert_equal("#ccbbaa", evaluate("complement(#abc)"))
866
- assert_equal("cyan", evaluate("complement(red)"))
867
- assert_equal("red", evaluate("complement(cyan)"))
868
- assert_equal("white", evaluate("complement(white)"))
869
- assert_equal("black", evaluate("complement(black)"))
870
- assert_equal("black", evaluate("complement($color: black)"))
871
- end
872
-
873
- def tets_complement_tests_types
874
- assert_error_message("$color: \"foo\" is not a color for `complement'", "complement(\"foo\")")
875
- end
876
-
877
- def test_invert
878
- assert_equal("#112233", evaluate("invert(#edc)"))
879
- assert_equal("rgba(245, 235, 225, 0.5)", evaluate("invert(rgba(10, 20, 30, 0.5))"))
880
- assert_equal("invert(20%)", evaluate("invert(20%)"))
881
- end
882
-
883
- def test_invert_tests_types
884
- assert_error_message("$color: \"foo\" is not a color for `invert'", "invert(\"foo\")")
885
- end
886
-
887
- def test_unquote
888
- assert_equal('foo', evaluate('unquote("foo")'))
889
- assert_equal('foo', evaluate('unquote(foo)'))
890
- assert_equal('foo', evaluate('unquote($string: foo)'))
891
- assert_warning <<MESSAGE do
892
- DEPRECATION WARNING: Passing blue, a non-string value, to unquote()
893
- will be an error in future versions of Sass.
894
- MESSAGE
895
- assert_equal('blue', evaluate('unquote(blue)'))
896
- end
897
- end
898
-
899
- def test_quote
900
- assert_equal('"foo"', evaluate('quote(foo)'))
901
- assert_equal('"foo"', evaluate('quote("foo")'))
902
- assert_equal('"foo"', evaluate('quote($string: "foo")'))
903
- end
904
-
905
- def test_quote_tests_type
906
- assert_error_message("$string: #ff0000 is not a string for `quote'", "quote(#f00)")
907
- end
908
-
909
- def test_str_length
910
- assert_equal('3', evaluate('str-length(foo)'))
911
- end
912
-
913
- def test_str_length_requires_a_string
914
- assert_error_message("$string: #ff0000 is not a string for `str-length'", "str-length(#f00)")
915
- end
916
-
917
- def test_str_insert
918
- assert_equal('Xabcd', evaluate('str-insert(abcd, X, 0)'))
919
- assert_equal('Xabcd', evaluate('str-insert(abcd, X, 1)'))
920
- assert_equal('abcXd', evaluate('str-insert(abcd, X, 4)'))
921
- assert_equal('abcdX', evaluate('str-insert(abcd, X, 100)'))
922
- assert_equal('Xabcd', evaluate('str-insert(abcd, X, -100)'))
923
- assert_equal('aXbcd', evaluate('str-insert(abcd, X, -4)'))
924
- assert_equal('abcdX', evaluate('str-insert(abcd, X, -1)'))
925
- end
926
-
927
- def test_str_insert_maintains_quote_of_primary_string
928
- assert_equal('"Xfoo"', evaluate('str-insert("foo", X, 1)'))
929
- assert_equal('"Xfoo"', evaluate('str-insert("foo", "X", 1)'))
930
- assert_equal('Xfoo', evaluate('str-insert(foo, "X", 1)'))
931
- end
932
-
933
- def test_str_insert_asserts_types
934
- assert_error_message("$string: #ff0000 is not a string for `str-insert'", "str-insert(#f00, X, 1)")
935
- assert_error_message("$insert: #ff0000 is not a string for `str-insert'", "str-insert(foo, #f00, 1)")
936
- assert_error_message("$index: #ff0000 is not a number for `str-insert'", "str-insert(foo, X, #f00)")
937
- assert_error_message("Expected $index to be unitless but got 10px for `str-insert'", "str-insert(foo, X, 10px)")
938
- end
939
-
940
- def test_str_index
941
- assert_equal('1', evaluate('str-index(abcd, a)'))
942
- assert_equal('1', evaluate('str-index(abcd, ab)'))
943
- assert_equal(Sass::Script::Value::Null.new, perform('str-index(abcd, X)'))
944
- assert_equal('3', evaluate('str-index(abcd, c)'))
945
- end
946
-
947
- def test_str_index_asserts_types
948
- assert_error_message("$string: #ff0000 is not a string for `str-index'", "str-index(#f00, X)")
949
- assert_error_message("$substring: #ff0000 is not a string for `str-index'", "str-index(asdf, #f00)")
950
- end
951
-
952
- def test_to_lower_case
953
- assert_equal('abcd', evaluate('to-lower-case(ABCD)'))
954
- assert_equal('"abcd"', evaluate('to-lower-case("ABCD")'))
955
- assert_error_message("$string: #ff0000 is not a string for `to-lower-case'", "to-lower-case(#f00)")
956
- end
957
-
958
- def test_to_upper_case
959
- assert_equal('ABCD', evaluate('to-upper-case(abcd)'))
960
- assert_equal('"ABCD"', evaluate('to-upper-case("abcd")'))
961
- assert_error_message("$string: #ff0000 is not a string for `to-upper-case'", "to-upper-case(#f00)")
962
- end
963
-
964
- def test_str_slice
965
- assert_equal('bc', evaluate('str-slice(abcd,2,3)')) # in the middle of the string
966
- assert_equal('a', evaluate('str-slice(abcd,1,1)')) # when start = end
967
- assert_equal('ab', evaluate('str-slice(abcd,1,2)')) # for completeness
968
- assert_equal('abcd', evaluate('str-slice(abcd,1,4)')) # at the end points
969
- assert_equal('abcd', evaluate('str-slice(abcd,0,4)')) # when start is before the start of the string
970
- assert_equal('', evaluate('str-slice(abcd,1,0)')) # when end is before the start of the string
971
- assert_equal('abcd', evaluate('str-slice(abcd,1,100)')) # when end is past the end of the string
972
- assert_equal('', evaluate('str-slice(abcd,2,1)')) # when end is before start
973
- assert_equal('"bc"', evaluate('str-slice("abcd",2,3)')) # when used with a quoted string
974
- assert_equal('bcd', evaluate('str-slice(abcd,2)')) # when end is omitted, you get the remainder of the string
975
- assert_equal('cd', evaluate('str-slice(abcd,-2)')) # when start is negative, it counts from the beginning
976
- assert_equal('bc', evaluate('str-slice(abcd,2,-2)')) # when end is negative it counts in from the end
977
- assert_equal('', evaluate('str-slice(abcd,3,-3)')) # when end is negative and comes before the start
978
- assert_equal('bc', evaluate('str-slice(abcd,-3,-2)')) # when both are negative
979
- assert_error_message("$string: #ff0000 is not a string for `str-slice'", "str-slice(#f00,2,3)")
980
- assert_error_message("$start-at: #ff0000 is not a number for `str-slice'", "str-slice(abcd,#f00,3)")
981
- assert_error_message("$end-at: #ff0000 is not a number for `str-slice'", "str-slice(abcd,2,#f00)")
982
- assert_error_message("Expected $end-at to be unitless but got 3px for `str-slice'", "str-slice(abcd,2,3px)")
983
- assert_error_message("Expected $start-at to be unitless but got 2px for `str-slice'", "str-slice(abcd,2px,3)")
984
- end
985
-
986
- def test_user_defined_function
987
- assert_equal("I'm a user-defined string!", evaluate("user_defined()"))
988
- end
989
-
990
- def test_user_defined_function_with_preceding_underscore
991
- assert_equal("I'm another user-defined string!", evaluate("_preceding_underscore()"))
992
- assert_equal("I'm another user-defined string!", evaluate("-preceding-underscore()"))
993
- end
994
-
995
- def test_user_defined_function_using_environment
996
- environment = env('variable' => Sass::Script::Value::String.new('The variable'))
997
- assert_equal("The variable", evaluate("fetch_the_variable()", environment))
998
- end
999
-
1000
- def test_options_on_new_values_fails
1001
- assert_error_message(<<MSG, "call-options-on-new-value()")
1002
- The #options attribute is not set on this Sass::Script::Value::String.
1003
- This error is probably occurring because #to_s was called
1004
- on this value within a custom Sass function without first
1005
- setting the #options attribute.
1006
- MSG
1007
- end
1008
-
1009
- def test_type_of
1010
- assert_equal("string", evaluate("type-of(\"asdf\")"))
1011
- assert_equal("string", evaluate("type-of(asdf)"))
1012
- assert_equal("number", evaluate("type-of(1px)"))
1013
- assert_equal("bool", evaluate("type-of(true)"))
1014
- assert_equal("color", evaluate("type-of(#fff)"))
1015
- assert_equal("color", evaluate("type-of($value: #fff)"))
1016
- assert_equal("null", evaluate("type-of(null)"))
1017
- assert_equal("list", evaluate("type-of(1 2 3)"))
1018
- assert_equal("list", evaluate("type-of((1, 2, 3))"))
1019
- assert_equal("list", evaluate("type-of(())"))
1020
- assert_equal("map", evaluate("type-of((foo: bar))"))
1021
- end
1022
-
1023
- def test_feature_exists
1024
- assert_raises ArgumentError do
1025
- Sass.add_feature("my-test-feature")
1026
- end
1027
- Sass.add_feature("-my-test-feature")
1028
- assert_equal("true", evaluate("feature-exists(-my-test-feature)"))
1029
- assert_equal("false", evaluate("feature-exists(whatisthisidontevenknow)"))
1030
- assert_equal("true", evaluate("feature-exists($feature: -my-test-feature)"))
1031
- ensure
1032
- Sass::Features::KNOWN_FEATURES.delete("-my-test-feature")
1033
- end
1034
-
1035
- def test_unit
1036
- assert_equal(%Q{""}, evaluate("unit(100)"))
1037
- assert_equal(%Q{"px"}, evaluate("unit(100px)"))
1038
- assert_equal(%Q{"em*px"}, evaluate("unit(10px * 5em)"))
1039
- assert_equal(%Q{"em*px"}, evaluate("unit(5em * 10px)"))
1040
- assert_equal(%Q{"em/rem"}, evaluate("unit(10px * 5em / 30cm / 1rem)"))
1041
- assert_equal(%Q{"em*vh/cm*rem"}, evaluate("unit(10vh * 5em / 30cm / 1rem)"))
1042
- assert_equal(%Q{"px"}, evaluate("unit($number: 100px)"))
1043
- assert_error_message("$number: #ff0000 is not a number for `unit'", "unit(#f00)")
1044
- end
1045
-
1046
- def test_unitless
1047
- assert_equal(%Q{true}, evaluate("unitless(100)"))
1048
- assert_equal(%Q{false}, evaluate("unitless(100px)"))
1049
- assert_equal(%Q{false}, evaluate("unitless($number: 100px)"))
1050
- assert_error_message("$number: #ff0000 is not a number for `unitless'", "unitless(#f00)")
1051
- end
1052
-
1053
- def test_comparable
1054
- assert_equal(%Q{true}, evaluate("comparable(2px, 1px)"))
1055
- assert_equal(%Q{true}, evaluate("comparable(10cm, 3mm)"))
1056
- assert_equal(%Q{false}, evaluate("comparable(100px, 3em)"))
1057
- assert_equal(%Q{false}, evaluate("comparable($number1: 100px, $number2: 3em)"))
1058
- end
1059
-
1060
- def test_comparable_checks_types
1061
- assert_error_message("$number1: #ff0000 is not a number for `comparable'", "comparable(#f00, 1px)")
1062
- assert_error_message("$number2: #ff0000 is not a number for `comparable'", "comparable(1px, #f00)")
1063
- end
1064
-
1065
- def test_length
1066
- assert_equal("5", evaluate("length(1 2 3 4 5)"))
1067
- assert_equal("4", evaluate("length((foo, bar, baz, bip))"))
1068
- assert_equal("3", evaluate("length((foo, bar, baz bip))"))
1069
- assert_equal("3", evaluate("length((foo, bar, (baz, bip)))"))
1070
- assert_equal("1", evaluate("length(#f00)"))
1071
- assert_equal("0", evaluate("length(())"))
1072
- assert_equal("4", evaluate("length(1 2 () 3)"))
1073
-
1074
- assert_equal("2", evaluate("length((foo: bar, bar: baz))"))
1075
- end
1076
-
1077
- def test_nth
1078
- assert_equal("1", evaluate("nth(1 2 3, 1)"))
1079
- assert_equal("2", evaluate("nth(1 2 3, 2)"))
1080
- assert_equal("3", evaluate("nth(1 2 3, -1)"))
1081
- assert_equal("1", evaluate("nth(1 2 3, -3)"))
1082
- assert_equal("3", evaluate("nth((1, 2, 3), 3)"))
1083
- assert_equal("3", evaluate("nth($list: (1, 2, 3), $n: 3)"))
1084
- assert_equal("foo", evaluate("nth(foo, 1)"))
1085
- assert_equal("bar baz", evaluate("nth(foo (bar baz) bang, 2)"))
1086
- assert_error_message("List index 0 must be a non-zero integer for `nth'", "nth(foo, 0)")
1087
- assert_error_message("List index is -10 but list is only 1 item long for `nth'", "nth(foo, -10)")
1088
- assert_error_message("List index 1.5 must be a non-zero integer for `nth'", "nth(foo, 1.5)")
1089
- assert_error_message("List index is 5 but list is only 4 items long for `nth'", "nth(1 2 3 4, 5)")
1090
- assert_error_message("List index is 2 but list is only 1 item long for `nth'", "nth(foo, 2)")
1091
- assert_error_message("List index is 1 but list has no items for `nth'", "nth((), 1)")
1092
- assert_error_message("$n: \"foo\" is not a number for `nth'", "nth(1 2 3, foo)")
1093
-
1094
- assert_equal("foo bar", evaluate("nth((foo: bar, bar: baz), 1)"))
1095
- assert_equal("bar baz", evaluate("nth((foo: bar, bar: baz), 2)"))
1096
- end
1097
-
1098
- def test_set_nth
1099
- assert_equal("a 2 3", evaluate("set-nth(1 2 3, 1, a)"))
1100
- assert_equal("1 a 3", evaluate("set-nth(1 2 3, 2, a)"))
1101
- assert_equal("1 2 a", evaluate("set-nth(1 2 3, -1, a)"))
1102
- assert_equal("a 2 3", evaluate("set-nth(1 2 3, -3, a)"))
1103
- assert_equal("a 2 3", evaluate("set-nth($list: 1 2 3, $n: -3, $value: a)"))
1104
- assert_equal("1, 2, a", evaluate("set-nth((1, 2, 3), 3, a)"))
1105
- assert_equal("a", evaluate("set-nth(foo, 1, a)"))
1106
- assert_equal("foo, a b, baz", evaluate("set-nth((foo, bar, baz), 2, (a b))"))
1107
- assert_error_message("List index 0 must be a non-zero integer for `set-nth'", "set-nth(foo, 0, a)")
1108
- assert_error_message("List index is -10 but list is only 1 item long for `set-nth'", "set-nth(foo, -10, a)")
1109
- assert_error_message("List index 1.5 must be a non-zero integer for `set-nth'", "set-nth(foo, 1.5, a)")
1110
- assert_error_message("List index is 5 but list is only 4 items long for `set-nth'", "set-nth(1 2 3 4, 5, a)")
1111
- assert_error_message("List index is 2 but list is only 1 item long for `set-nth'", "set-nth(foo, 2, a)")
1112
- assert_error_message("List index is 1 but list has no items for `set-nth'", "set-nth((), 1, a)")
1113
- assert_error_message("$n: \"foo\" is not a number for `set-nth'", "set-nth(1 2 3, foo, a)")
1114
- end
1115
-
1116
- def test_join
1117
- assert_equal("1 2 3", evaluate("join(1 2, 3)"))
1118
- assert_equal("1 2 3", evaluate("join(1, 2 3)"))
1119
- assert_equal("1 2 3 4", evaluate("join(1 2, 3 4)"))
1120
- assert_equal("true", evaluate("(1 2 3 4) == join(1 2, 3 4)"))
1121
- assert_equal("false", evaluate("(1 2 (3 4)) == join(1 2, 3 4)"))
1122
- assert_equal("1, 2, 3", evaluate("join((1, 2), 3)"))
1123
- assert_equal("1, 2, 3", evaluate("join(1, (2, 3))"))
1124
- assert_equal("1, 2, 3, 4", evaluate("join((1, 2), (3, 4))"))
1125
- assert_equal("true", evaluate("(1, 2, 3, 4) == join((1, 2), (3, 4))"))
1126
- assert_equal("false", evaluate("(1, 2, (3, 4)) == join((1, 2), (3, 4))"))
1127
-
1128
- assert_equal("1 2", evaluate("join(1, 2)"))
1129
- assert_equal("1 2 3 4", evaluate("join(1 2, (3, 4))"))
1130
- assert_equal("1, 2, 3, 4", evaluate("join((1, 2), 3 4)"))
1131
-
1132
- assert_equal("1 2", evaluate("join(1, 2, auto)"))
1133
- assert_equal("1, 2, 3, 4", evaluate("join(1 2, 3 4, comma)"))
1134
- assert_equal("1 2 3 4", evaluate("join((1, 2), (3, 4), space)"))
1135
- assert_equal("1, 2", evaluate("join(1, 2, comma)"))
1136
-
1137
- assert_equal("1 2", evaluate("join(1 2, ())"))
1138
- assert_equal("1, 2", evaluate("join((1, 2), ())"))
1139
- assert_equal("true", evaluate("(1 2) == join(1 2, ())"))
1140
- assert_equal("true", evaluate("(1, 2) == join((1, 2), ())"))
1141
- assert_equal("false", evaluate("(1 2 ()) == join(1 2, ())"))
1142
- assert_equal("false", evaluate("(1, 2, ()) == join((1, 2), ())"))
1143
-
1144
- assert_equal("1 2", evaluate("join((), 1 2)"))
1145
- assert_equal("1, 2", evaluate("join((), (1, 2))"))
1146
- assert_equal("true", evaluate("(1 2) == join((), 1 2)"))
1147
- assert_equal("true", evaluate("(1, 2) == join((), (1, 2))"))
1148
- assert_equal("false", evaluate("(1 2 ()) == join((), 1 2)"))
1149
- assert_equal("false", evaluate("(1, 2, ()) == join((), (1, 2))"))
1150
-
1151
- assert_error_message("Separator name must be space, comma, or auto for `join'", "join(1, 2, baboon)")
1152
- assert_error_message("$separator: 12 is not a string for `join'", "join(1, 2, 12)")
1153
-
1154
- assert_equal("foo bar, bar baz, baz bip, bip bop",
1155
- perform("join((foo: bar, bar: baz), (baz: bip, bip: bop))").to_sass)
1156
- assert_equal("(foo bar) (bar baz) (baz bip) (bip bop)",
1157
- perform("join((foo: bar, bar: baz), (baz: bip, bip: bop), space)").to_sass)
1158
- assert_equal("foo bar (baz bip) (bip bop)",
1159
- perform("join(foo bar, (baz: bip, bip: bop))").to_sass)
1160
- assert_equal("foo bar, bar baz, bip, bop",
1161
- perform("join((foo: bar, bar: baz), bip bop)").to_sass)
1162
- assert_equal("baz bip, bip bop",
1163
- perform("join((), (baz: bip, bip: bop))").to_sass)
1164
- assert_equal("foo bar, bar baz",
1165
- perform("join((foo: bar, bar: baz), ())").to_sass)
1166
- end
1167
-
1168
- def test_append
1169
- assert_equal("1 2 3", evaluate("append(1 2, 3)"))
1170
- assert_equal("1 2 3 4", evaluate("append(1 2, 3 4)"))
1171
- assert_equal("false", evaluate("(1 2 3 4) == append(1 2, 3 4)"))
1172
- assert_equal("true", evaluate("(1 2 (3 4)) == append(1 2, 3 4)"))
1173
- assert_equal("1, 2, 3", evaluate("append((1, 2), 3)"))
1174
- assert_equal("1, 2, 3, 4", evaluate("append((1, 2), (3, 4))"))
1175
- assert_equal("false", evaluate("(1, 2, 3, 4) == append((1, 2), (3, 4))"))
1176
- assert_equal("true", evaluate("(1, 2, (3, 4)) == append((1, 2), (3, 4))"))
1177
-
1178
- assert_equal("1 2", evaluate("append(1, 2)"))
1179
- assert_equal("1 2 3, 4", evaluate("append(1 2, (3, 4))"))
1180
- assert_equal("true", evaluate("(1 2 (3, 4)) == append(1 2, (3, 4))"))
1181
- assert_equal("1, 2, 3 4", evaluate("append((1, 2), 3 4)"))
1182
- assert_equal("true", evaluate("(1, 2, 3 4) == append((1, 2), 3 4)"))
1183
-
1184
- assert_equal("1 2", evaluate("append(1, 2, auto)"))
1185
- assert_equal("1, 2, 3 4", evaluate("append(1 2, 3 4, comma)"))
1186
- assert_equal("1 2 3, 4", evaluate("append((1, 2), (3, 4), space)"))
1187
- assert_equal("1, 2", evaluate("append(1, 2, comma)"))
1188
-
1189
- assert_equal("1 2", evaluate("append(1 2, ())"))
1190
- assert_equal("1, 2", evaluate("append((1, 2), ())"))
1191
- assert_equal("true", evaluate("(1 2 ()) == append(1 2, ())"))
1192
- assert_equal("true", evaluate("(1, 2, ()) == append((1, 2), ())"))
1193
-
1194
- assert_equal("1 2", evaluate("append((), 1 2)"))
1195
- assert_equal("1, 2", evaluate("append((), (1, 2))"))
1196
- assert_equal("false", evaluate("(1 2) == append((), 1 2)"))
1197
- assert_equal("true", evaluate("(1 2) == nth(append((), 1 2), 1)"))
1198
-
1199
- assert_error_message("Separator name must be space, comma, or auto for `append'", "append(1, 2, baboon)")
1200
- assert_error_message("$separator: 12 is not a string for `append'", "append(1, 2, 12)")
1201
-
1202
- assert_equal("1 2 (foo: bar)", perform("append(1 2, (foo: bar))").to_sass)
1203
- assert_equal("foo bar, bar baz, 1", perform("append((foo: bar, bar: baz), 1)").to_sass)
1204
- assert_equal("foo bar, bar baz, (baz: bip)",
1205
- perform("append((foo: bar, bar: baz), (baz: bip))").to_sass)
1206
- end
1207
-
1208
- def test_zip
1209
- assert_equal("1 3 5, 2 4 6", evaluate("zip(1 2, 3 4, 5 6)"))
1210
- assert_equal("1 4 7, 2 5 8", evaluate("zip(1 2 3, 4 5 6, 7 8)"))
1211
- assert_equal("1 2 3", evaluate("zip(1, 2, 3)"))
1212
- assert_equal("(foo bar) 1 3, (bar baz) 2 4",
1213
- perform("zip((foo: bar, bar: baz), 1 2, 3 4)").to_sass)
1214
- end
1215
-
1216
- def test_index
1217
- null = Sass::Script::Value::Null.new
1218
- assert_equal("1", evaluate("index(1px solid blue, 1px)"))
1219
- assert_equal("2", evaluate("index(1px solid blue, solid)"))
1220
- assert_equal("3", evaluate("index(1px solid blue, #00f)"))
1221
- assert_equal("1", evaluate("index(1px, 1px)"))
1222
- assert_equal(null, perform("index(1px solid blue, 1em)"))
1223
- assert_equal(null, perform("index(1px solid blue, notfound)"))
1224
- assert_equal(null, perform("index(1px, #00f)"))
1225
-
1226
- assert_equal("1", evaluate("index((foo: bar, bar: baz), (foo bar))"))
1227
- assert_equal(null, perform("index((foo: bar, bar: baz), (foo: bar))"))
1228
- end
1229
-
1230
- def test_list_separator
1231
- assert_equal("space", evaluate("list-separator(1 2 3 4 5)"))
1232
- assert_equal("comma", evaluate("list-separator((foo, bar, baz, bip))"))
1233
- assert_equal("comma", evaluate("list-separator((foo, bar, baz bip))"))
1234
- assert_equal("comma", evaluate("list-separator((foo, bar, (baz, bip)))"))
1235
- assert_equal("space", evaluate("list-separator(#f00)"))
1236
- assert_equal("space", evaluate("list-separator(())"))
1237
- assert_equal("space", evaluate("list-separator(1 2 () 3)"))
1238
-
1239
- assert_equal("comma", evaluate("list-separator((foo: bar, bar: baz))"))
1240
- end
1241
-
1242
- def test_if
1243
- assert_equal("1px", evaluate("if(true, 1px, 2px)"))
1244
- assert_equal("2px", evaluate("if(false, 1px, 2px)"))
1245
- assert_equal("2px", evaluate("if(null, 1px, 2px)"))
1246
- assert_equal("1px", evaluate("if(true, 1px, $broken)"))
1247
- assert_equal("1px", evaluate("if(false, $broken, 1px)"))
1248
- assert_equal("1px", evaluate("if(false, $if-true: $broken, $if-false: 1px)"))
1249
- assert_equal("1px", evaluate("if(true, $if-true: 1px, $if-false: $broken)"))
1250
- assert_equal(<<CSS, render(<<SCSS))
1251
- .if {
1252
- result: yay; }
1253
- CSS
1254
- .if {
1255
- $something: yay;
1256
- result: if(true, $if-true: $something, $if-false: $broken);
1257
- }
1258
- SCSS
1259
- assert_equal(<<CSS, render(<<SCSS))
1260
- .if {
1261
- result: 1px; }
1262
- CSS
1263
- .if {
1264
- $splat: 1px, 2px;
1265
- result: if(true, $splat...);
1266
- }
1267
- SCSS
1268
- end
1269
-
1270
- def test_counter
1271
- assert_equal("counter(foo)", evaluate("counter(foo)"))
1272
- assert_equal('counter(item,".")', evaluate('counter(item, ".")'))
1273
- assert_equal('counter(item,".")', evaluate('counter(item,".")'))
1274
- end
1275
-
1276
- def test_counters
1277
- assert_equal("counters(foo)", evaluate("counters(foo)"))
1278
- assert_equal('counters(item,".")', evaluate('counters(item, ".")'))
1279
- assert_equal('counters(item,".")', evaluate('counters(item,".")'))
1280
- end
1281
-
1282
- def test_keyword_args_rgb
1283
- assert_equal(%Q{white}, evaluate("rgb($red: 255, $green: 255, $blue: 255)"))
1284
- end
1285
-
1286
- def test_keyword_args_rgba
1287
- assert_equal(%Q{rgba(255, 255, 255, 0.5)}, evaluate("rgba($red: 255, $green: 255, $blue: 255, $alpha: 0.5)"))
1288
- assert_equal(%Q{rgba(255, 255, 255, 0.5)}, evaluate("rgba($color: #fff, $alpha: 0.5)"))
1289
- end
1290
-
1291
- def test_keyword_args_rgba_with_extra_args
1292
- evaluate("rgba($red: 255, $green: 255, $blue: 255, $alpha: 0.5, $extra: error)")
1293
- flunk("Expected exception")
1294
- rescue Sass::SyntaxError => e
1295
- assert_equal("Function rgba doesn't have an argument named $extra", e.message)
1296
- end
1297
-
1298
- def test_keyword_args_must_have_signature
1299
- evaluate("no-kw-args($fake: value)")
1300
- flunk("Expected exception")
1301
- rescue Sass::SyntaxError => e
1302
- assert_equal("Function no_kw_args doesn't support keyword arguments", e.message)
1303
- end
1304
-
1305
- def test_keyword_args_with_missing_argument
1306
- evaluate("rgb($red: 255, $green: 255)")
1307
- flunk("Expected exception")
1308
- rescue Sass::SyntaxError => e
1309
- assert_equal("Function rgb requires an argument named $blue", e.message)
1310
- end
1311
-
1312
- def test_keyword_args_with_extra_argument
1313
- evaluate("rgb($red: 255, $green: 255, $blue: 255, $purple: 255)")
1314
- flunk("Expected exception")
1315
- rescue Sass::SyntaxError => e
1316
- assert_equal("Function rgb doesn't have an argument named $purple", e.message)
1317
- end
1318
-
1319
- def test_keyword_args_with_positional_and_keyword_argument
1320
- evaluate("rgb(255, 255, 255, $red: 255)")
1321
- flunk("Expected exception")
1322
- rescue Sass::SyntaxError => e
1323
- assert_equal("Function rgb was passed argument $red both by position and by name", e.message)
1324
- end
1325
-
1326
- def test_keyword_args_with_keyword_before_positional_argument
1327
- evaluate("rgb($red: 255, 255, 255)")
1328
- flunk("Expected exception")
1329
- rescue Sass::SyntaxError => e
1330
- assert_equal("Positional arguments must come before keyword arguments.", e.message)
1331
- end
1332
-
1333
- def test_only_var_args
1334
- assert_equal "only-var-args(2px, 3px, 4px)", evaluate("only-var-args(1px, 2px, 3px)")
1335
- end
1336
-
1337
- def test_only_kw_args
1338
- assert_equal "only-kw-args(a, b, c)", evaluate("only-kw-args($a: 1, $b: 2, $c: 3)")
1339
- end
1340
-
1341
- def test_unique_id
1342
- last_id, current_id = nil, evaluate("unique-id()")
1343
-
1344
- 50.times do
1345
- last_id, current_id = current_id, evaluate("unique-id()")
1346
- assert_match(/u[a-z0-9]{8}/, current_id)
1347
- refute_equal last_id, current_id
1348
- end
1349
- end
1350
-
1351
- def test_map_get
1352
- assert_equal "1", evaluate("map-get((foo: 1, bar: 2), foo)")
1353
- assert_equal "2", evaluate("map-get((foo: 1, bar: 2), bar)")
1354
- assert_equal "null", perform("map-get((foo: 1, bar: 2), baz)").to_sass
1355
- assert_equal "null", perform("map-get((), foo)").to_sass
1356
- end
1357
-
1358
- def test_map_get_checks_type
1359
- assert_error_message("$map: 12 is not a map for `map-get'", "map-get(12, bar)")
1360
- end
1361
-
1362
- def test_map_merge
1363
- assert_equal("(foo: 1, bar: 2, baz: 3)",
1364
- perform("map-merge((foo: 1, bar: 2), (baz: 3))").to_sass)
1365
- assert_equal("(foo: 1, bar: 2)",
1366
- perform("map-merge((), (foo: 1, bar: 2))").to_sass)
1367
- assert_equal("(foo: 1, bar: 2)",
1368
- perform("map-merge((foo: 1, bar: 2), ())").to_sass)
1369
- end
1370
-
1371
- def test_map_merge_checks_type
1372
- assert_error_message("$map1: 12 is not a map for `map-merge'", "map-merge(12, (foo: 1))")
1373
- assert_error_message("$map2: 12 is not a map for `map-merge'", "map-merge((foo: 1), 12)")
1374
- end
1375
-
1376
- def test_map_remove
1377
- assert_equal("(foo: 1, baz: 3)",
1378
- perform("map-remove((foo: 1, bar: 2, baz: 3), bar)").to_sass)
1379
- assert_equal("(foo: 1, baz: 3)",
1380
- perform("map-remove($map: (foo: 1, bar: 2, baz: 3), $key: bar)").to_sass)
1381
- assert_equal("()",
1382
- perform("map-remove((foo: 1, bar: 2, baz: 3), foo, bar, baz)").to_sass)
1383
- assert_equal("()", perform("map-remove((), foo)").to_sass)
1384
- assert_equal("()", perform("map-remove((), foo, bar)").to_sass)
1385
- end
1386
-
1387
- def test_map_remove_checks_type
1388
- assert_error_message("$map: 12 is not a map for `map-remove'", "map-remove(12, foo)")
1389
- end
1390
-
1391
- def test_map_keys
1392
- assert_equal("foo, bar",
1393
- perform("map-keys((foo: 1, bar: 2))").to_sass)
1394
- assert_equal("()", perform("map-keys(())").to_sass)
1395
- end
1396
-
1397
- def test_map_keys_checks_type
1398
- assert_error_message("$map: 12 is not a map for `map-keys'", "map-keys(12)")
1399
- end
1400
-
1401
- def test_map_values
1402
- assert_equal("1, 2", perform("map-values((foo: 1, bar: 2))").to_sass)
1403
- assert_equal("1, 2, 2",
1404
- perform("map-values((foo: 1, bar: 2, baz: 2))").to_sass)
1405
- assert_equal("()", perform("map-values(())").to_sass)
1406
- end
1407
-
1408
- def test_map_values_checks_type
1409
- assert_error_message("$map: 12 is not a map for `map-values'", "map-values(12)")
1410
- end
1411
-
1412
- def test_map_has_key
1413
- assert_equal "true", evaluate("map-has-key((foo: 1, bar: 1), foo)")
1414
- assert_equal "false", evaluate("map-has-key((foo: 1, bar: 1), baz)")
1415
- assert_equal "false", evaluate("map-has-key((), foo)")
1416
- end
1417
-
1418
- def test_map_has_key_checks_type
1419
- assert_error_message("$map: 12 is not a map for `map-has-key'", "map-has-key(12, foo)")
1420
- end
1421
-
1422
- def test_keywords
1423
- # The actual functionality is tested in tests where real arglists are passed.
1424
- assert_error_message("$args: 12 is not a variable argument list for `keywords'", "keywords(12)")
1425
- assert_error_message(
1426
- "$args: (1 2 3) is not a variable argument list for `keywords'", "keywords(1 2 3)")
1427
- end
1428
-
1429
- def test_partial_list_of_pairs_doesnt_work_as_a_map
1430
- assert_raises(Sass::SyntaxError) {evaluate("map-get((foo bar, baz bang, bip), 1)")}
1431
- assert_raises(Sass::SyntaxError) {evaluate("map-get((foo bar, baz bang, bip bap bop), 1)")}
1432
- assert_raises(Sass::SyntaxError) {evaluate("map-get((foo bar), 1)")}
1433
- end
1434
-
1435
- def test_assert_unit
1436
- ctx = Sass::Script::Functions::EvaluationContext.new(Sass::Environment.new(nil, {}))
1437
- ctx.assert_unit Sass::Script::Value::Number.new(10, ["px"], []), "px"
1438
- ctx.assert_unit Sass::Script::Value::Number.new(10, [], []), nil
1439
-
1440
- begin
1441
- ctx.assert_unit Sass::Script::Value::Number.new(10, [], []), "px"
1442
- fail
1443
- rescue ArgumentError => e
1444
- assert_equal "Expected 10 to have a unit of px", e.message
1445
- end
1446
-
1447
- begin
1448
- ctx.assert_unit Sass::Script::Value::Number.new(10, ["px"], []), nil
1449
- fail
1450
- rescue ArgumentError => e
1451
- assert_equal "Expected 10px to be unitless", e.message
1452
- end
1453
-
1454
- begin
1455
- ctx.assert_unit Sass::Script::Value::Number.new(10, [], []), "px", "arg"
1456
- fail
1457
- rescue ArgumentError => e
1458
- assert_equal "Expected $arg to have a unit of px but got 10", e.message
1459
- end
1460
-
1461
- begin
1462
- ctx.assert_unit Sass::Script::Value::Number.new(10, ["px"], []), nil, "arg"
1463
- fail
1464
- rescue ArgumentError => e
1465
- assert_equal "Expected $arg to be unitless but got 10px", e.message
1466
- end
1467
- end
1468
-
1469
- def test_call_with_positional_arguments
1470
- assert_equal evaluate("lighten(blue, 5%)"), evaluate("call(lighten, blue, 5%)")
1471
- end
1472
-
1473
- def test_call_with_keyword_arguments
1474
- assert_equal(
1475
- evaluate("lighten($color: blue, $amount: 5%)"),
1476
- evaluate("call(lighten, $color: blue, $amount: 5%)"))
1477
- end
1478
-
1479
- def test_call_with_keyword_and_positional_arguments
1480
- assert_equal(
1481
- evaluate("lighten(blue, $amount: 5%)"),
1482
- evaluate("call(lighten, blue, $amount: 5%)"))
1483
- end
1484
-
1485
- def test_call_with_dynamic_name
1486
- assert_equal(
1487
- evaluate("lighten($color: blue, $amount: 5%)"),
1488
- evaluate("call($fn, $color: blue, $amount: 5%)",
1489
- env("fn" => Sass::Script::String.new("lighten"))))
1490
- end
1491
-
1492
- def test_call_uses_local_scope
1493
- assert_equal <<CSS, render(<<SCSS)
1494
- .first-scope {
1495
- a: local; }
1496
-
1497
- .second-scope {
1498
- a: global; }
1499
- CSS
1500
- @function foo() {@return global}
1501
-
1502
- .first-scope {
1503
- @function foo() {@return local}
1504
- a: call(foo);
1505
- }
1506
-
1507
- .second-scope {
1508
- a: call(foo);
1509
- }
1510
- SCSS
1511
- end
1512
-
1513
- def test_call_unknown_function
1514
- assert_equal evaluate("unknown(red, blue)"), evaluate("call(unknown, red, blue)")
1515
- end
1516
-
1517
- def test_call_with_non_string_argument
1518
- assert_error_message "$name: 3px is not a string for `call'", "call(3px)"
1519
- end
1520
-
1521
- def test_errors_in_called_function
1522
- assert_error_message "$color: 3px is not a color for `lighten'", "call(lighten, 3px, 5%)"
1523
- end
1524
-
1525
- def test_variable_exists
1526
- assert_equal <<CSS, render(<<SCSS)
1527
- .test {
1528
- false: false;
1529
- true: true;
1530
- true: true;
1531
- true: true;
1532
- true: true; }
1533
- CSS
1534
- $global-var: has-value;
1535
- .test {
1536
- false: variable-exists(foo);
1537
- $foo: has-value;
1538
- true: variable-exists(foo);
1539
- true: variable-exists($name: foo);
1540
- true: variable-exists(global-var);
1541
- true: variable-exists($name: global-var);
1542
- }
1543
- SCSS
1544
- end
1545
-
1546
- def test_variable_exists_checks_type
1547
- assert_error_message("$name: 1 is not a string for `variable-exists'", "variable-exists(1)")
1548
- end
1549
-
1550
- def test_global_variable_exists
1551
- assert_equal <<CSS, render(<<SCSS)
1552
- .test {
1553
- false: false;
1554
- false: false;
1555
- true: true;
1556
- true: true;
1557
- false: false;
1558
- true: true;
1559
- true: true; }
1560
- CSS
1561
- $g: something;
1562
- $h: null;
1563
- $false: global-variable-exists(foo);
1564
- $true: global-variable-exists(g);
1565
- $named: global-variable-exists($name: g);
1566
- .test {
1567
- $foo: locally-defined;
1568
- false: global-variable-exists(foo);
1569
- false: global-variable-exists(foo2);
1570
- true: global-variable-exists(g);
1571
- true: global-variable-exists(h);
1572
- false: $false;
1573
- true: $true;
1574
- true: $named;
1575
- }
1576
- SCSS
1577
- end
1578
-
1579
- def test_global_variable_exists_checks_type
1580
- assert_error_message("$name: 1 is not a string for `global-variable-exists'",
1581
- "global-variable-exists(1)")
1582
- end
1583
-
1584
- def test_function_exists
1585
- # built-ins
1586
- assert_equal "true", evaluate("function-exists(lighten)")
1587
- # with named argument
1588
- assert_equal "true", evaluate("function-exists($name: lighten)")
1589
- # user-defined
1590
- assert_equal <<CSS, render(<<SCSS)
1591
- .test {
1592
- foo-exists: true;
1593
- bar-exists: false; }
1594
- CSS
1595
- @function foo() { @return "foo" }
1596
- .test {
1597
- foo-exists: function-exists(foo);
1598
- bar-exists: function-exists(bar);
1599
- }
1600
- SCSS
1601
- end
1602
-
1603
- def test_function_exists_checks_type
1604
- assert_error_message("$name: 1 is not a string for `function-exists'", "function-exists(1)")
1605
- end
1606
-
1607
- def test_mixin_exists
1608
- assert_equal "false", evaluate("mixin-exists(foo)")
1609
- # with named argument
1610
- assert_equal "false", evaluate("mixin-exists($name: foo)")
1611
- assert_equal <<CSS, render(<<SCSS)
1612
- .test {
1613
- foo-exists: true;
1614
- bar-exists: false; }
1615
- CSS
1616
- @mixin foo() { foo: exists }
1617
- .test {
1618
- foo-exists: mixin-exists(foo);
1619
- bar-exists: mixin-exists(bar);
1620
- }
1621
- SCSS
1622
- end
1623
-
1624
- def test_mixin_exists_checks_type
1625
- assert_error_message("$name: 1 is not a string for `mixin-exists'", "mixin-exists(1)")
1626
- end
1627
-
1628
- def test_inspect
1629
- assert_equal "()", evaluate("inspect(())")
1630
- assert_equal "null", evaluate("inspect(null)")
1631
- assert_equal "1px null 3px", evaluate("inspect(1px null 3px)")
1632
- assert_equal "(a: 1, b: 2)", evaluate("inspect((a: 1, b: 2))")
1633
- assert_equal "(a: 1, b: (c: 2))", evaluate("inspect((a: 1, b: (c: 2)))")
1634
- assert_equal "(a: 1, b: (2, 3))", evaluate("inspect((a: 1, b: (2, 3)))")
1635
- assert_equal "(a: 1, b: 2 3)", evaluate("inspect((a: 1, b: 2 3))")
1636
- end
1637
-
1638
- def test_random
1639
- Sass::Script::Functions.random_seed = 1
1640
- assert_equal "0.41702", evaluate("random()")
1641
- assert_equal "13", evaluate("random(100)")
1642
- end
1643
-
1644
- def test_random_works_without_a_seed
1645
- if Sass::Script::Functions.instance_variable_defined?("@random_number_generator")
1646
- Sass::Script::Functions.send(:remove_instance_variable, "@random_number_generator")
1647
- end
1648
-
1649
- result = perform("random()")
1650
- assert_kind_of Sass::Script::Number, result
1651
- assert result.value >= 0, "Random number was below 0"
1652
- assert result.value <= 1, "Random number was above 1"
1653
- end
1654
-
1655
- def test_random_with_limit_one
1656
- # Passing 1 as the limit should always return 1, since limit calls return
1657
- # integers from 1 to the argument, so when the argument is 1, its a predicatble
1658
- # outcome
1659
- assert "1", evaluate("random(1)")
1660
- end
1661
-
1662
- def test_random_with_limit_too_low
1663
- assert_error_message("$limit 0 must be greater than or equal to 1 for `random'", "random(0)")
1664
- end
1665
-
1666
- def test_random_with_non_integer_limit
1667
- assert_error_message("Expected $limit to be an integer but got 1.5 for `random'", "random(1.5)")
1668
- end
1669
-
1670
- # Regression test for #1638.
1671
- def test_random_with_float_integer_limit
1672
- result = perform("random(1.0)")
1673
- assert_kind_of Sass::Script::Number, result
1674
- assert result.value >= 0, "Random number was below 0"
1675
- assert result.value <= 1, "Random number was above 1"
1676
- end
1677
-
1678
- # This could *possibly* fail, but exceedingly unlikely
1679
- def test_random_is_semi_unique
1680
- if Sass::Script::Functions.instance_variable_defined?("@random_number_generator")
1681
- Sass::Script::Functions.send(:remove_instance_variable, "@random_number_generator")
1682
- end
1683
- refute_equal evaluate("random()"), evaluate("random()")
1684
- end
1685
-
1686
- def test_deprecated_arg_names
1687
- assert_warning <<WARNING do
1688
- DEPRECATION WARNING: The `$arg-1' argument for `deprecated-arg-fn()' has been renamed to `$arg1'.
1689
- DEPRECATION WARNING: The `$arg-2' argument for `deprecated-arg-fn()' has been renamed to `$arg2'.
1690
- WARNING
1691
- assert_equal("1 2 3",
1692
- evaluate("deprecated-arg-fn($arg-1: 1, $arg-2: 2, $arg3: 3)"))
1693
- end
1694
-
1695
- assert_warning <<WARNING do
1696
- DEPRECATION WARNING: The `$arg-1' argument for `deprecated-arg-fn()' has been renamed to `$arg1'.
1697
- DEPRECATION WARNING: The `$arg-2' argument for `deprecated-arg-fn()' has been renamed to `$arg2'.
1698
- WARNING
1699
- assert_equal("1 2",
1700
- evaluate("deprecated-arg-fn($arg-1: 1, $arg-2: 2)"))
1701
- end
1702
-
1703
- assert_warning <<WARNING do
1704
- DEPRECATION WARNING: The `$arg_1' argument for `deprecated-arg-fn()' has been renamed to `$arg1'.
1705
- DEPRECATION WARNING: The `$arg_2' argument for `deprecated-arg-fn()' has been renamed to `$arg2'.
1706
- WARNING
1707
- assert_equal("1 2",
1708
- evaluate("deprecated-arg-fn($arg_1: 1, $arg_2: 2)"))
1709
- end
1710
- end
1711
-
1712
- def test_non_deprecated_arg_names
1713
- assert_equal("1 2 3", evaluate("deprecated-arg-fn($arg1: 1, $arg2: 2, $arg3: 3)"))
1714
- assert_equal("1 2", evaluate("deprecated-arg-fn($arg1: 1, $arg2: 2)"))
1715
- end
1716
-
1717
- ## Selector Functions
1718
-
1719
- def test_selector_argument_parsing
1720
- assert_equal("true", evaluate("selector-parse('.foo') == (join(('.foo',), (), space),)"))
1721
- assert_equal("true", evaluate("selector-parse('.foo .bar') == ('.foo' '.bar',)"))
1722
- assert_equal("true",
1723
- evaluate("selector-parse('.foo .bar, .baz .bang') == ('.foo' '.bar', '.baz' '.bang')"))
1724
-
1725
- assert_equal(".foo %bar", evaluate("selector-parse('.foo %bar')"))
1726
-
1727
- assert_equal("true",
1728
- evaluate("selector-parse(('.foo', '.bar')) == selector-parse('.foo, .bar')"))
1729
- assert_equal("true",
1730
- evaluate("selector-parse('.foo' '.bar') == selector-parse('.foo .bar')"))
1731
-
1732
- assert_equal("true", evaluate("selector-parse(('.foo' '.bar', '.baz' '.bang')) == " +
1733
- "selector-parse('.foo .bar, .baz .bang')"))
1734
- assert_equal("true", evaluate("selector-parse(('.foo .bar', '.baz .bang')) == " +
1735
- "selector-parse('.foo .bar, .baz .bang')"))
1736
-
1737
- # This may throw an error in the future.
1738
- assert_equal("true", evaluate("selector-parse(('.foo, .bar' '.baz, .bang')) == " +
1739
- "selector-parse('.foo, .bar .baz, .bang')"))
1740
- end
1741
-
1742
- def test_selector_argument_validation
1743
- assert_error_message("$selector: 12 is not a valid selector: it must be a string,\n" +
1744
- "a list of strings, or a list of lists of strings for `selector-parse'", "selector-parse(12)")
1745
- assert_error_message("$selector: (((\".foo\" \".bar\"), \".baz\") (\".bang\", \".qux\")) is not a valid selector: it must be a string,\n" +
1746
- "a list of strings, or a list of lists of strings for `selector-parse'",
1747
- "selector-parse(('.foo' '.bar', '.baz') ('.bang', '.qux'))")
1748
- assert_error_message("$selector: \".#\" is not a valid selector: Invalid CSS after \".\": " +
1749
- "expected class name, was \"#\" for `selector-parse'", "selector-parse('.#')")
1750
- assert_error_message("$selector: \"&.foo\" is not a valid selector: Invalid CSS after \"\": " +
1751
- "expected selector, was \"&.foo\" for `selector-parse'", "selector-parse('&.foo')")
1752
- end
1753
-
1754
- def test_selector_nest
1755
- assert_equal(".foo", evaluate("selector-nest('.foo')"))
1756
- assert_equal(".foo .bar", evaluate("selector-nest('.foo', '.bar')"))
1757
- assert_equal(".foo .bar .baz", evaluate("selector-nest('.foo', '.bar', '.baz')"))
1758
- assert_equal(".a .foo .b .bar", evaluate("selector-nest('.a .foo', '.b .bar')"))
1759
- assert_equal(".foo.bar", evaluate("selector-nest('.foo', '&.bar')"))
1760
- assert_equal(".baz .foo.bar", evaluate("selector-nest('.foo', '&.bar', '.baz &')"))
1761
- end
1762
-
1763
- def test_selector_nest_checks_types
1764
- assert_error_message("$selectors: 12 is not a valid selector: it must be a string,\n" +
1765
- "a list of strings, or a list of lists of strings for `selector-nest'",
1766
- "selector-nest(12)")
1767
- assert_error_message("$selectors: 12 is not a valid selector: it must be a string,\n" +
1768
- "a list of strings, or a list of lists of strings for `selector-nest'",
1769
- "selector-nest('.foo', 12)")
1770
- end
1771
-
1772
- def test_selector_nest_argument_validation
1773
- assert_error_message("$selectors: At least one selector must be passed for `selector-nest'",
1774
- "selector-nest()")
1775
- end
1776
-
1777
- def test_selector_append
1778
- assert_equal(".foo.bar", evaluate("selector-append('.foo', '.bar')"))
1779
- assert_equal(".a .foo.b .bar", evaluate("selector-append('.a .foo', '.b .bar')"))
1780
- assert_equal(".foo-suffix", evaluate("selector-append('.foo', '-suffix')"))
1781
- assert_equal(".foo.bar, .foo-suffix", evaluate("selector-append('.foo', '.bar, -suffix')"))
1782
- assert_equal(".foo--suffix", evaluate("selector-append('.foo', '--suffix')"))
1783
- assert_equal(".foo.bar, .foo--suffix", evaluate("selector-append('.foo', '.bar, --suffix')"))
1784
- end
1785
-
1786
- def test_selector_append_checks_types
1787
- assert_error_message("$selectors: 12 is not a valid selector: it must be a string,\n" +
1788
- "a list of strings, or a list of lists of strings for `selector-append'",
1789
- "selector-append(12)")
1790
- assert_error_message("$selectors: 12 is not a valid selector: it must be a string,\n" +
1791
- "a list of strings, or a list of lists of strings for `selector-append'",
1792
- "selector-append('.foo', 12)")
1793
- end
1794
-
1795
- def test_selector_append_errors
1796
- assert_error_message("$selectors: At least one selector must be passed for `selector-append'",
1797
- "selector-append()")
1798
- assert_error_message("Can't append \"> .bar\" to \".foo\" for `selector-append'",
1799
- "selector-append('.foo', '> .bar')")
1800
- assert_error_message("Can't append \"*.bar\" to \".foo\" for `selector-append'",
1801
- "selector-append('.foo', '*.bar')")
1802
- assert_error_message("Can't append \"ns|suffix\" to \".foo\" for `selector-append'",
1803
- "selector-append('.foo', 'ns|suffix')")
1804
- end
1805
-
1806
- def test_selector_extend
1807
- assert_equal(".foo .x, .foo .a .bar, .a .foo .bar",
1808
- evaluate("selector-extend('.foo .x', '.x', '.a .bar')"))
1809
- assert_equal(".foo .x, .foo .bang, .x.bar, .bar.bang",
1810
- evaluate("selector-extend('.foo .x, .x.bar', '.x', '.bang')"))
1811
- assert_equal(".y .x, .foo .x, .y .foo, .foo .foo",
1812
- evaluate("selector-extend('.y .x', '.x, .y', '.foo')"))
1813
- assert_equal(".foo .x, .foo .bar, .foo .bang",
1814
- evaluate("selector-extend('.foo .x', '.x', '.bar, .bang')"))
1815
- assert_equal(".foo.x, .foo",
1816
- evaluate("selector-extend('.foo.x', '.x', '.foo')"))
1817
- end
1818
-
1819
- def test_selector_extend_checks_types
1820
- assert_error_message("$selector: 12 is not a valid selector: it must be a string,\n" +
1821
- "a list of strings, or a list of lists of strings for `selector-extend'",
1822
- "selector-extend(12, '.foo', '.bar')")
1823
- assert_error_message("$extendee: 12 is not a valid selector: it must be a string,\n" +
1824
- "a list of strings, or a list of lists of strings for `selector-extend'",
1825
- "selector-extend('.foo', 12, '.bar')")
1826
- assert_error_message("$extender: 12 is not a valid selector: it must be a string,\n" +
1827
- "a list of strings, or a list of lists of strings for `selector-extend'",
1828
- "selector-extend('.foo', '.bar', 12)")
1829
- end
1830
-
1831
- def test_selector_extend_errors
1832
- assert_error_message("Can't extend .bar .baz: can't extend nested selectors for " +
1833
- "`selector-extend'", "selector-extend('.foo', '.bar .baz', '.bang')")
1834
- assert_error_message("Can't extend >: invalid selector for `selector-extend'",
1835
- "selector-extend('.foo', '>', '.bang')")
1836
- assert_error_message(".bang > can't extend: invalid selector for `selector-extend'",
1837
- "selector-extend('.foo', '.bar', '.bang >')")
1838
- end
1839
-
1840
- def test_selector_replace
1841
- assert_equal(".bar", evaluate("selector-replace('.foo', '.foo', '.bar')"))
1842
- assert_equal(".foo.baz", evaluate("selector-replace('.foo.bar', '.bar', '.baz')"))
1843
- assert_equal(".a .foo.baz", evaluate("selector-replace('.foo.bar', '.bar', '.a .baz')"))
1844
-
1845
- # These shouldn't warn since we still support componud targets for selector
1846
- # functions.
1847
- assert_no_warning {assert_equal(".foo.bar", evaluate("selector-replace('.foo.bar', '.baz.bar', '.qux')"))}
1848
- assert_no_warning {assert_equal(".bar.qux", evaluate("selector-replace('.foo.bar.baz', '.foo.baz', '.qux')"))}
1849
-
1850
- assert_equal(":not(.bar)", evaluate("selector-replace(':not(.foo)', '.foo', '.bar')"))
1851
- assert_equal(".bar", evaluate("selector-replace(':not(.foo)', ':not(.foo)', '.bar')"))
1852
- end
1853
-
1854
- def test_selector_replace_checks_types
1855
- assert_error_message("$selector: 12 is not a valid selector: it must be a string,\n" +
1856
- "a list of strings, or a list of lists of strings for `selector-replace'",
1857
- "selector-replace(12, '.foo', '.bar')")
1858
- assert_error_message("$original: 12 is not a valid selector: it must be a string,\n" +
1859
- "a list of strings, or a list of lists of strings for `selector-replace'",
1860
- "selector-replace('.foo', 12, '.bar')")
1861
- assert_error_message("$replacement: 12 is not a valid selector: it must be a string,\n" +
1862
- "a list of strings, or a list of lists of strings for `selector-replace'",
1863
- "selector-replace('.foo', '.bar', 12)")
1864
- end
1865
-
1866
- def test_selector_replace_errors
1867
- assert_error_message("Can't extend .bar .baz: can't extend nested selectors for " +
1868
- "`selector-replace'", "selector-replace('.foo', '.bar .baz', '.bang')")
1869
- assert_error_message("Can't extend >: invalid selector for `selector-replace'",
1870
- "selector-replace('.foo', '>', '.bang')")
1871
- assert_error_message(".bang > can't extend: invalid selector for `selector-replace'",
1872
- "selector-replace('.foo', '.bar', '.bang >')")
1873
- end
1874
-
1875
- def test_selector_unify
1876
- assert_equal(".foo", evaluate("selector-unify('.foo', '.foo')"))
1877
- assert_equal(".foo.bar", evaluate("selector-unify('.foo', '.bar')"))
1878
- assert_equal(".foo.bar.baz", evaluate("selector-unify('.foo.bar', '.bar.baz')"))
1879
- assert_equal(".a .b .foo.bar, .b .a .foo.bar", evaluate("selector-unify('.a .foo', '.b .bar')"))
1880
- assert_equal(".a .foo.bar", evaluate("selector-unify('.a .foo', '.a .bar')"))
1881
- assert_equal("", evaluate("selector-unify('p', 'a')"))
1882
- assert_equal("", evaluate("selector-unify('.foo >', '.bar')"))
1883
- assert_equal("", evaluate("selector-unify('.foo', '.bar >')"))
1884
- assert_equal(".foo.baz, .foo.bang, .bar.baz, .bar.bang",
1885
- evaluate("selector-unify('.foo, .bar', '.baz, .bang')"))
1886
- end
1887
-
1888
- def test_selector_unify_checks_types
1889
- assert_error_message("$selector1: 12 is not a valid selector: it must be a string,\n" +
1890
- "a list of strings, or a list of lists of strings for `selector-unify'",
1891
- "selector-unify(12, '.foo')")
1892
- assert_error_message("$selector2: 12 is not a valid selector: it must be a string,\n" +
1893
- "a list of strings, or a list of lists of strings for `selector-unify'",
1894
- "selector-unify('.foo', 12)")
1895
- end
1896
-
1897
- def test_simple_selectors
1898
- assert_equal('(.foo,)', evaluate("inspect(simple-selectors('.foo'))"))
1899
- assert_equal('.foo, .bar', evaluate("inspect(simple-selectors('.foo.bar'))"))
1900
- assert_equal('.foo, .bar, :pseudo("flip, flap")',
1901
- evaluate("inspect(simple-selectors('.foo.bar:pseudo(\"flip, flap\")'))"))
1902
- end
1903
-
1904
- def test_simple_selectors_checks_types
1905
- assert_error_message("$selector: 12 is not a string for `simple-selectors'",
1906
- "simple-selectors(12)")
1907
- end
1908
-
1909
- def test_simple_selectors_errors
1910
- assert_error_message("$selector: \".foo .bar\" is not a compound selector for `simple-selectors'",
1911
- "simple-selectors('.foo .bar')")
1912
- assert_error_message("$selector: \".foo,.bar\" is not a compound selector for `simple-selectors'",
1913
- "simple-selectors('.foo,.bar')")
1914
- assert_error_message("$selector: \".#\" is not a valid selector: Invalid CSS after \".\": " +
1915
- "expected class name, was \"#\" for `simple-selectors'", "simple-selectors('.#')")
1916
- end
1917
-
1918
- def test_is_superselector
1919
- assert_equal("true", evaluate("is-superselector('.foo', '.foo.bar')"))
1920
- assert_equal("false", evaluate("is-superselector('.foo.bar', '.foo')"))
1921
- assert_equal("true", evaluate("is-superselector('.foo', '.foo')"))
1922
- assert_equal("true", evaluate("is-superselector('.bar', '.foo .bar')"))
1923
- assert_equal("false", evaluate("is-superselector('.foo .bar', '.bar')"))
1924
- assert_equal("true", evaluate("is-superselector('.foo .bar', '.foo > .bar')"))
1925
- assert_equal("false", evaluate("is-superselector('.foo > .bar', '.foo .bar')"))
1926
- end
1927
-
1928
- def test_is_superselector_checks_types
1929
- assert_error_message("$super: 12 is not a valid selector: it must be a string,\n" +
1930
- "a list of strings, or a list of lists of strings for `is-superselector'",
1931
- "is-superselector(12, '.foo')")
1932
- assert_error_message("$sub: 12 is not a valid selector: it must be a string,\n" +
1933
- "a list of strings, or a list of lists of strings for `is-superselector'",
1934
- "is-superselector('.foo', 12)")
1935
- end
1936
-
1937
- ## Regression Tests
1938
-
1939
- def test_inspect_nested_empty_lists
1940
- assert_equal "() ()", evaluate("inspect(() ())")
1941
- end
1942
-
1943
- def test_saturation_bounds
1944
- assert_equal "#fbfdff", evaluate("hsl(hue(#fbfdff), saturation(#fbfdff), lightness(#fbfdff))")
1945
- end
1946
-
1947
- private
1948
- def env(hash = {}, parent = nil)
1949
- env = Sass::Environment.new(parent)
1950
- hash.each {|k, v| env.set_var(k, v)}
1951
- env
1952
- end
1953
-
1954
- def evaluate(value, environment = env)
1955
- result = perform(value, environment)
1956
- assert_kind_of Sass::Script::Value::Base, result
1957
- return result.to_s
1958
- end
1959
-
1960
- def perform(value, environment = env)
1961
- Sass::Script::Parser.parse(value, 0, 0).perform(environment)
1962
- end
1963
-
1964
- def render(sass, options = {})
1965
- options[:syntax] ||= :scss
1966
- munge_filename options
1967
- options[:importer] ||= MockImporter.new
1968
- Sass::Engine.new(sass, options).render
1969
- end
1970
-
1971
- def assert_error_message(message, value)
1972
- evaluate(value)
1973
- flunk("Error message expected but not raised: #{message}")
1974
- rescue Sass::SyntaxError => e
1975
- assert_equal(message, e.message)
1976
- end
1977
- end