Skip to content
代码片段 群组 项目
提交 b8466bcf 编辑于 作者: Thuc Tran's avatar Thuc Tran
浏览文件

ZAPP-453 Add backslash helper

上级 875095b5
No related branches found
No related tags found
无相关合并请求
...@@ -54,6 +54,10 @@ function new_line(cnt) { ...@@ -54,6 +54,10 @@ function new_line(cnt) {
} }
} }
function backslash() {
return '\\'
}
/** /**
* Block helper that iterates over the package options of a given category. * Block helper that iterates over the package options of a given category.
* *
...@@ -348,3 +352,4 @@ exports.toggle = toggle ...@@ -348,3 +352,4 @@ exports.toggle = toggle
exports.concatenate = concatenate exports.concatenate = concatenate
exports.is_lowercase_equal = is_lowercase_equal exports.is_lowercase_equal = is_lowercase_equal
exports.new_line = new_line exports.new_line = new_line
exports.backslash = backslash
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册