@erickmerchant/framework
Advanced tools
Comparing version 41.3.0 to 41.4.0
@@ -5,3 +5,2 @@ const svgNamespace = 'http://www.w3.org/2000/svg' | ||
const createQuoteError = (problem) => Error(`Quote ${problem}`) | ||
const createAssertionError = (actual, expected) => | ||
@@ -471,3 +470,3 @@ Error(`Expected ${expected}. Found ${actual}.`) | ||
} else { | ||
throw createQuoteError('mismatch') | ||
throw createAssertionError('', quote) | ||
} | ||
@@ -483,3 +482,3 @@ } | ||
} else if (next()) { | ||
throw createQuoteError('expected') | ||
throw createAssertionError(next(), '"') | ||
} | ||
@@ -486,0 +485,0 @@ } else { |
{ | ||
"name": "@erickmerchant/framework", | ||
"version": "41.3.0", | ||
"version": "41.4.0", | ||
"description": "A front-end framework.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/erickmerchant/framework#readme", |
18980
625