Use r&b instead of rhytm and blues

This commit is contained in:
Šarūnas Nejus
2026-07-09 12:48:20 +01:00
parent 55fb8ad5ed
commit 4fc3df4cc5
4 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Ampersands / Delimiters
drum and bass:
- d(rum)?[ &n/]*b(ass)?
rhythm and blues:
r&b:
- r(hythm)?[ &n/]*b(lues)?
rock and roll:
- rock[- '&n/]*roll

View File

@@ -624,7 +624,7 @@
- turkish pop
- vispop
- wonky pop
- rhythm and blues:
- r&b:
- funk:
- deep funk
- go-go

View File

@@ -1265,8 +1265,7 @@ renaissance music
requiem
rhapsody
rhyming spiritual
rhythm & blues
rhythm and blues
r&b
ricercar
riot grrrl
rock

View File

@@ -1039,8 +1039,8 @@ class TestAliases:
[
("dnb", "drum and bass"),
("drum n bass", "drum and bass"),
("r&b", "rhythm and blues"),
("rnb", "rhythm and blues"),
("r&b", "r&b"),
("rnb", "r&b"),
("rock & roll", "rock and roll"),
("rock'n'roll", "rock and roll"),
("kpop", "k-pop"),