Skip to content

Commit

Permalink
test invisible characters
Browse files Browse the repository at this point in the history
  • Loading branch information
stylehouse committed Feb 24, 2024
1 parent 2ec2ca6 commit 5537f14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/Code.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
import {EditorView} from "@codemirror/view"
import { onMount, setContext, tick } from "svelte";
import Record from "./Record.svelte";
import { G } from "$lib/G";
let goodbye = 1
let good‍bye = 2

This comment has been minimized.

Copy link
@stylehouse

stylehouse Feb 24, 2024

Author Owner

this contains a ZWJ, feed it to xxd and see

// < be the W we are currently in
// have its ioing from a mind interpreting things
Expand Down Expand Up @@ -119,6 +122,7 @@

<div class="mi" style="left:{sizer}%;width:{100-sizer}%;">
<Diring />
<KMeans />
{#if graph}
<BigGroup>
<Graph {graph} />
Expand Down

0 comments on commit 5537f14

Please sign in to comment.