We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceee5e3 commit 8201ef0Copy full SHA for 8201ef0
tests/docs/smoke-all/brand/test-01/test_brand.lua
@@ -1,6 +1,6 @@
1
local brand = require("modules/brand/brand")
2
3
function Pandoc(doc)
4
- assert(brand.get_color("primary") == "#FF0000")
+ assert(brand.get_color("primary") == "#ff0000")
5
return doc
6
end
0 commit comments