(str)
| 2126 | } |
| 2127 | |
| 2128 | function isLoonArgumentList(str) { |
| 2129 | return /^\s*\[(?:\s*\{[^{}]+\}\s*,?)+\]\s*$/.test(stripWrapQuote(str)) |
| 2130 | } |
| 2131 | |
| 2132 | function isLoonArgumentContainer(str) { |
| 2133 | return /^\s*\[[\s\S]*\]\s*$/.test(stripWrapQuote(str)) |
no test coverage detected