From 0f2e70eddab3bc000ad12625f31c62bea0c5994b Mon Sep 17 00:00:00 2001 From: Gonzalo Larumbe Date: Mon, 9 Dec 2024 20:07:36 +0100 Subject: [PATCH] Update ref files after tree-sitter udpate to v0.24 --- test/ref/beautify/indent_misc.beauty.app.vhd | 12 ++++++------ test/ref/beautify/indent_misc.beauty.block.app.vhd | 12 ++++++------ test/ref/beautify/indent_misc.beauty.block.vhd | 12 ++++++------ test/ref/beautify/indent_misc.beauty.vhd | 12 ++++++------ test/ref/indent/indent_misc.no_deindent.vhd | 12 ++++++------ test/ref/indent/indent_misc.vhd | 12 ++++++------ 6 files changed, 36 insertions(+), 36 deletions(-) diff --git a/test/ref/beautify/indent_misc.beauty.app.vhd b/test/ref/beautify/indent_misc.beauty.app.vhd index 3c382f6..484b31c 100644 --- a/test/ref/beautify/indent_misc.beauty.app.vhd +++ b/test/ref/beautify/indent_misc.beauty.app.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; diff --git a/test/ref/beautify/indent_misc.beauty.block.app.vhd b/test/ref/beautify/indent_misc.beauty.block.app.vhd index 60af090..08a0fcc 100644 --- a/test/ref/beautify/indent_misc.beauty.block.app.vhd +++ b/test/ref/beautify/indent_misc.beauty.block.app.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ PB2 <= S1 after GB1, P1 after GB2; LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; diff --git a/test/ref/beautify/indent_misc.beauty.block.vhd b/test/ref/beautify/indent_misc.beauty.block.vhd index 60af090..08a0fcc 100644 --- a/test/ref/beautify/indent_misc.beauty.block.vhd +++ b/test/ref/beautify/indent_misc.beauty.block.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ PB2 <= S1 after GB1, P1 after GB2; LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; diff --git a/test/ref/beautify/indent_misc.beauty.vhd b/test/ref/beautify/indent_misc.beauty.vhd index 3c382f6..484b31c 100644 --- a/test/ref/beautify/indent_misc.beauty.vhd +++ b/test/ref/beautify/indent_misc.beauty.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1 : in BIT; PB2 : inout BIT); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; diff --git a/test/ref/indent/indent_misc.no_deindent.vhd b/test/ref/indent/indent_misc.no_deindent.vhd index 7e81dd2..d6aef00 100644 --- a/test/ref/indent/indent_misc.no_deindent.vhd +++ b/test/ref/indent/indent_misc.no_deindent.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1: in BIT; PB2 : inout BIT ); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1: in BIT; PB2 : inout BIT ); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; diff --git a/test/ref/indent/indent_misc.vhd b/test/ref/indent/indent_misc.vhd index 7e81dd2..d6aef00 100644 --- a/test/ref/indent/indent_misc.vhd +++ b/test/ref/indent/indent_misc.vhd @@ -88,11 +88,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1: in BIT; PB2 : inout BIT ); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms; @@ -130,11 +130,11 @@ begin LEVEL1 : block -- local declaration of generic parameters generic (GB1, GB2 : Time); - -- local binding of generic parameters + -- local binding of generic parameters generic map (GB1 => LongTime, GB2 => ShortTime); - -- local declaration of ports + -- local declaration of ports port (PB1: in BIT; PB2 : inout BIT ); - -- local binding of ports and signals + -- local binding of ports and signals port map (PB1 => P1, PB2 => B); -- local declarations: constant Delay : Time := 1 ms;