mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
chore: add more db-import tests
Test for float and ref block/content replacement. Part of LOG-3092
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
finishedAt:: [[Feb 7th, 2024]]
|
||||
- test :date -> :page
|
||||
finishedAt:: [[Gabriel]]
|
||||
- MEETING TITLE #Meeting
|
||||
- MEETING TITLE
|
||||
template:: meeting
|
||||
participants:: TODO
|
||||
- pending block for :number to :default
|
||||
|
||||
10
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_02_29.md
vendored
Normal file
10
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_02_29.md
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
- b1
|
||||
rating:: 5
|
||||
- :rating float
|
||||
rating:: 5.5
|
||||
- query-table:: false
|
||||
FIXME
|
||||
#+BEGIN_QUERY
|
||||
{:title "2nd level tasks with `#p1`"
|
||||
:query (and (task todo doing) [[p1]])}
|
||||
#+END_QUERY
|
||||
5
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_03_01.md
vendored
Normal file
5
deps/graph-parser/test/resources/exporter-test-graph/journals/2024_03_01.md
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
- test ignore blank values so that property type doesn't change
|
||||
sameAs::
|
||||
- replace tags edge cases
|
||||
- replace with same start string #foo #foo-bar
|
||||
- replace case insensitive #foo #Foo
|
||||
Reference in New Issue
Block a user