From 134752c2a160986c13d6c2b9428cb2720ed382d0 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 5 May 2021 00:27:32 +0200 Subject: update notes --- skate/cmd/skate-dot/main.go | 3 ++- skate/unstructured_test.go | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/skate/cmd/skate-dot/main.go b/skate/cmd/skate-dot/main.go index 5c11975..573209e 100644 --- a/skate/cmd/skate-dot/main.go +++ b/skate/cmd/skate-dot/main.go @@ -1,5 +1,6 @@ // [wip] skate-dot generates dot files from inbound and outbound citation -// links. Just a demo, replacement for a couple python scripts. +// links. Just a demo, replacement for a couple python scripts. We want things +// like: https://git.io/JObzq. package main import ( diff --git a/skate/unstructured_test.go b/skate/unstructured_test.go index e6e9fbd..41ff471 100644 --- a/skate/unstructured_test.go +++ b/skate/unstructured_test.go @@ -6,6 +6,7 @@ import ( ) func TestParseUnstructured(t *testing.T) { + // XXX: add more cases, maybe move this into files. var cases = []struct { ref *Ref result *Ref -- cgit v1.2.3