Skip to content

Commit

Permalink
edited test description
Browse files Browse the repository at this point in the history
  • Loading branch information
KerstenBreuer committed Apr 26, 2024
1 parent bc0419a commit bf589a3
Showing 1 changed file with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# This datapack has a circular relation between two resources:
# (This is valid, but no denormalization can be performed.)
# Using comments in content should not cause any problems
# but did in the past.
datapack: 0.3.0
resources:
SomeClass:
a:
content:
test:
- test # test
- test # Is this comment causing problems?
relations:
some_relation:
- b # <-
b:
content: {}
relations:
some_relation:
- a # <-
- a

0 comments on commit bf589a3

Please sign in to comment.