From a6e8f24623ad23f10bd79f23e875f1572fb3c3bc Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 30 Jun 2024 17:52:41 -0400 Subject: [PATCH] Move corpus **Problem/Solution** I noticed that corpus tests weren't running. Apparently tree-sitter 0.22.0 moved the directory -https://github.com/tree-sitter/tree-sitter/releases/tag/v0.22.0 --- {corpus => test/corpus}/annotations.txt | 0 {corpus => test/corpus}/comments.txt | 0 {corpus => test/corpus}/definitions.txt | 0 {corpus => test/corpus}/expressions.txt | 0 {corpus => test/corpus}/literals.txt | 0 {corpus => test/corpus}/patterns.txt | 0 {corpus => test/corpus}/types.txt | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {corpus => test/corpus}/annotations.txt (100%) rename {corpus => test/corpus}/comments.txt (100%) rename {corpus => test/corpus}/definitions.txt (100%) rename {corpus => test/corpus}/expressions.txt (100%) rename {corpus => test/corpus}/literals.txt (100%) rename {corpus => test/corpus}/patterns.txt (100%) rename {corpus => test/corpus}/types.txt (100%) diff --git a/corpus/annotations.txt b/test/corpus/annotations.txt similarity index 100% rename from corpus/annotations.txt rename to test/corpus/annotations.txt diff --git a/corpus/comments.txt b/test/corpus/comments.txt similarity index 100% rename from corpus/comments.txt rename to test/corpus/comments.txt diff --git a/corpus/definitions.txt b/test/corpus/definitions.txt similarity index 100% rename from corpus/definitions.txt rename to test/corpus/definitions.txt diff --git a/corpus/expressions.txt b/test/corpus/expressions.txt similarity index 100% rename from corpus/expressions.txt rename to test/corpus/expressions.txt diff --git a/corpus/literals.txt b/test/corpus/literals.txt similarity index 100% rename from corpus/literals.txt rename to test/corpus/literals.txt diff --git a/corpus/patterns.txt b/test/corpus/patterns.txt similarity index 100% rename from corpus/patterns.txt rename to test/corpus/patterns.txt diff --git a/corpus/types.txt b/test/corpus/types.txt similarity index 100% rename from corpus/types.txt rename to test/corpus/types.txt