[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/web-mode 7021faf690 1/2: issue #1310
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/web-mode 7021faf690 1/2: issue #1310 |
Date: |
Thu, 26 Dec 2024 07:01:20 -0500 (EST) |
branch: elpa/web-mode
commit 7021faf690bed4f0a03997836749c815ee0a950a
Author: fxbois <fxbois@gmail.com>
Commit: fxbois <fxbois@gmail.com>
issue #1310
---
issues/1310.jsx | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/issues/1310.jsx b/issues/1310.jsx
new file mode 100644
index 0000000000..10c4912255
--- /dev/null
+++ b/issues/1310.jsx
@@ -0,0 +1,11 @@
+function App() {
+ return (
+ <>
+ <a href="https://example.com";>
+ <img/>
+ </a>
+ <div>
+ </div>
+ </>
+ );
+}