mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-18 22:23:07 -03:00
chore: pre-commit hooks
This commit is contained in:
@ -10,7 +10,7 @@ class 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 final {
|
||||
爴:
|
||||
int a = 𝐨𝐩𝐭𝐢𝐨𝐧::hello();
|
||||
};
|
||||
|
||||
|
||||
static 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 𝔡𝔢𝔣𝔞𝔲𝔩𝔱;
|
||||
static 𝐨𝐩𝐭𝐢𝐨𝐧𝐬 𝔢𝔵𝔠𝔢𝔭𝔱𝔦𝔬𝔫𝔰;
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
Space around line break before macro is valid C, but failed to parse previously.
|
||||
|
||||
---input---
|
||||
foo();
|
||||
foo();
|
||||
#define FOO 0
|
||||
|
||||
---tokens---
|
||||
|
@ -1,10 +1,10 @@
|
||||
---input---
|
||||
.target-img {
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 25%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
|
||||
---tokens---
|
||||
'.' Punctuation
|
||||
|
@ -10,7 +10,7 @@ public class Quine {
|
||||
}
|
||||
}
|
||||
""";
|
||||
|
||||
|
||||
|
||||
---tokens---
|
||||
'\t ' Text.Whitespace
|
||||
|
@ -1,5 +1,5 @@
|
||||
---input---
|
||||
val (a, b) =
|
||||
val (a, b) =
|
||||
|
||||
---tokens---
|
||||
'val' Keyword.Declaration
|
||||
|
@ -9,7 +9,7 @@
|
||||
#
|
||||
# Selects data inside the database and copies to rx.playerdb:io player
|
||||
# See #api/v2/select for more info..
|
||||
#
|
||||
#
|
||||
#* Note: something, something, this is important..
|
||||
|
||||
# Normal Comment
|
||||
|
@ -11,7 +11,7 @@ execute
|
||||
positioned ^ ^ ^-1 # and move one block back.
|
||||
if entity @s[distance=..0.6] # Check if we're close to the
|
||||
# player's feet.
|
||||
run
|
||||
run
|
||||
say "I'm facing the target!"
|
||||
|
||||
---tokens---
|
||||
|
@ -1,6 +1,6 @@
|
||||
---input---
|
||||
init {
|
||||
if
|
||||
if
|
||||
:: skip;
|
||||
fi;
|
||||
skip
|
||||
|
@ -5,7 +5,7 @@
|
||||
availability_zones = [aws_instance.web.availability_zone]
|
||||
assume_role_policy = data.aws_iam_policy_document.trust.json
|
||||
policy_arn = aws_iam_policy.assume_roles[0].arn
|
||||
|
||||
|
||||
value = file("path.txt")
|
||||
value = jsonencode(element("value"))
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
*/
|
||||
provider "azurerm" { # (1)
|
||||
features {}
|
||||
}
|
||||
}
|
||||
|
||||
---tokens---
|
||||
'# Single line comment\n' Comment.Single
|
||||
|
@ -1,5 +1,5 @@
|
||||
---input---
|
||||
HTTP/1.1 200
|
||||
HTTP/1.1 200
|
||||
|
||||
---tokens---
|
||||
'HTTP' Keyword.Reserved
|
||||
|
@ -1,6 +1,6 @@
|
||||
---input---
|
||||
```More than
|
||||
one backtick
|
||||
```More than
|
||||
one backtick
|
||||
can be used
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user