mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
81 lines
2.0 KiB
Plaintext
81 lines
2.0 KiB
Plaintext
exports[`Input-6 1`] = `
|
|
<div>
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="CZllp">
|
|
Email Address
|
|
</label>
|
|
<input
|
|
className="baseline-grrZDR eICGBO sc-chPdSV dXKwMH"
|
|
id="CZllp"
|
|
placeholder="Enter email"
|
|
type="email" />
|
|
<label
|
|
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
|
|
Unexpected inline warning!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="bCBhHX">
|
|
Email Address
|
|
</label>
|
|
<input
|
|
className="baseline-grrZDR eICGBO sc-chPdSV jgvuqV"
|
|
id="bCBhHX"
|
|
placeholder="Enter email"
|
|
type="email" />
|
|
<label
|
|
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
|
|
Unexpected group warning!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="IHrIh">
|
|
Email Address
|
|
</label>
|
|
<input
|
|
className="baseline-grrZDR eICGBO sc-chPdSV jgvuqV"
|
|
id="IHrIh"
|
|
placeholder="Enter email"
|
|
type="email" />
|
|
<label
|
|
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
|
|
Unexpected meta warning!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="bwCYUK">
|
|
Email Address
|
|
</label>
|
|
<input
|
|
className="baseline-grrZDR eICGBO sc-chPdSV dXKwMH"
|
|
id="bwCYUK"
|
|
placeholder="Enter email"
|
|
type="email" />
|
|
<label
|
|
className="baseline-cAWdSt jOHGnk sc-ckVGcZ kDNdxy">
|
|
Unexpected children warning!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
`;
|