UK Post IG

Chase Login Page

marilyn chambers jizzed tits

:
Canva Photo To Use In A Blog Post
add svg test case
1 parent Accessories For Blog Post commit 854c251

Marilyn chambers jizzed tits 2 files changed Lands' End Product Of The Week

Lines changed: 13 additions & 25 deletions

Editable Blog Post Template Chase Login Page

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "vhtml",
33
"amdName": "vhtml",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"description": "Hyperscript reviver that constructs a sanitized HTML string.",
66
"main": "dist/vhtml.js",
77
"minified:main": "dist/vhtml.min.js",
88
"jsnext:main": "src/vhtml.js",
99
"scripts": {
10+
"preinstall": "npx only-allow pnpm",
1011
"build": "vite build && tsc --declaration && pnpm size",
1112
"tsc": "tsc",
1213
"size": "echo \"gzip size: $(gzip-size $npm_package_minified_main | pretty-bytes)\"",

test/vhtml.test.tsx

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -195,34 +195,21 @@ describe('vhtml', () => {
195195
)
196196
})
197197

198-
it('should support sortof components without args but with children', () => {
199-
let items = ['one', 'two']
200-
201-
const Item = ({ children }) => (
202-
<li>
203-
<h4></h4>
204-
{children}
205-
</li>
206-
)
207-
198+
it('should support svg', () => {
208199
expect(
209-
< !--comments -->
210-
<div class="foo">
211-
<h1>Hi!</h1>
212-
<ul>
213-
{items.map((item, index) => (
214-
<Item>
215-
This is item {item}!
216-
</Item>
217-
))}
218-
</ul>
219-
</div>
200+
<svg viewBox="0 0 100 100">
201+
<g transform="translate(50, 50)">
202+
<circle class="clock-face" r={48} />
203+
<line class="millisecond" y2={-44} />
204+
<line class="hour" y2={-22} />
205+
<line class="minute" y2={-32} />
206+
<line class="second" y2={-38} />
207+
</g>
208+
</svg>
220209
).to.equal(
221-
`<div class="foo"><h1>Hi!</h1><ul><li><h4></h4>This is item one!</li><li><h4></h4>This is item two!</li></ul></div>`
210+
`<svg viewBox="0 0 100 100"><g transform="translate(50, 50)"><circle class="clock-face" r="48"></circle><line class="millisecond" y2="-44"></line><line class="hour" y2="-22"></line><line class="minute" y2="-32"></line><line class="second" y2="-38"></line></g></svg>`
222211
)
223212
})
224-
225-
226213
it('should support empty comment', () => {
227214
expect(
228215
h('!', null)

Digital RoadMap Template Chase Login Page

Comments
 (0)