Update JS for DAG presentation
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Gregory Trullemans 2022-01-13 21:13:18 +01:00
parent ae2239d11b
commit e132253697
1 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,8 @@
+ (string.split(/\//g).length - 1);
number_of_big_char = (string.split(/½/g).length - 1)
+ (string.split(/¾/g).length - 1)
+ (string.split(/B/g).length - 1)
+ (string.split(/O/g).length - 1);
return string.length + number_of_big_char - (number_of_spaces + (number_of_small_char / 2));
}