change test

This commit is contained in:
Andy Bunce 2021-03-26 21:56:35 +00:00
parent d0ea7b9563
commit 0787fcf6cb
2 changed files with 15 additions and 1 deletions

13
dita-ot-3.6/ab.dot Normal file
View File

@ -0,0 +1,13 @@
digraph G {
splines="FALSE";
/* Entities */
shortName [label="shortName", shape="square"]
shortName2 [label="shortName", shape="oval"]
/* Relationships */
F1 -> shortName[label=".63"]
/* Ranks */
{ rank=same; shortName; };
}

View File

@ -1,3 +1,4 @@
hello
edited in gitea
then in code-server
then in code-server
and code server again.