mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
Add sample file
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
// this is a comment
|
||||
const func = (a, b, c, d, e, f, s, n) => {
|
||||
if (a++ && b-- || c >= d || e <= f) {
|
||||
}
|
||||
if (s === 'string' && n !== 999) {
|
||||
}
|
||||
if (a == b && c != d)
|
||||
|
||||
a <- b <-- c <== d
|
||||
|
||||
a <| b |> c -> d ==> e
|
||||
|
||||
}
|
||||
<!-- test -->
|
||||
|
||||
// italic ligatures
|
||||
// != == >= <= -> => ==>
|
||||
// === !== && || ++ --
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user